
function openWindow(url,winName,features) {
//var Win = window.open(url,"openScript"',toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=540,left = 25,top = 25');
//day = new Date();
//id = day.getTime();
//eval("page" + id + " = window.open(url, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=640,height=540,left = 25,top = 25');");
window.open(url,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=640,height=540,left = 25,top = 25');
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,'','toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=640,height=540,left = 25,top = 25');
}

