//// Check for CBC-frameset
var script = this.idCheckFrame;
var utilDir = (script && script.src ? script.src.substring(0, script.src.lastIndexOf("/")+1) : "");
var CBC = (typeof(parent.CBC) == "object" ? parent.CBC : null);
if (! CBC &&  (utilDir.substring(0, 5) != "http:" || location.protocol !="file:"))
{
 document.write("<NOSCRIPT>");
 document.location.replace(utilDir + "../index.htm#" + location.href);
}
window.defaultStatus = ""   



//
//if(parent.frames.length == 0){
//document.write('<frameset frameborder="0" cols="180,*">'
//+ '<frame src="indexleft.htm" name="menu" />'
//+ '<frame src="' + window.location +'?" name="content" />'
//+ '</frameset>');
//}
//
