function Start(page) {
OpenWin = this.open(page, "CtrlWindow",
"toolbar=no,menubar=no,location=no,scrollbars=no,resizable=no,height=300,width=230");
OpenWin.focus();
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

/*function SetCookie (name,value,expires,path,domain,secure) {
  document.cookie = name +"=" + escape (value) + ((expires) ? "; expires=" + expires.toGMTString() : "") +((path) ? "; path="" + path : "") + ((domain) ? "; domain=" + domain : "") +((secure) ? "; secure" : "");
}*/

/*function SetCookie (name,value,expires,path,domain,secure) {
document.cookie = name + "=" + escape (value) +
((expires) ? "; expires=" + expires.toGMTString() : "") +
((path) ? "; path=" + path : "") +
((domain) ? "; domain=" + domain : "") +
((secure) ? "; secure" : "");
}*/