function MM_openBrWindow(theURL,winName,features) {
 window.open(theURL,winName,features);
}

function Lvl_P2P(u,c,d,w,h){
top.opener.location.href = u
if (c == true)setTimeout('top.close()',d)
if (w > 0){top.resizeTo(w,h)}
}

closetime = 1;
function popcloser() {
if (closetime) setTimeout("parent.window.close();", closetime*1000);
}

function fullScreen(theURL) {
window.open(theURL, '', 'fullscreen=yes, scrollbars=auto, resizable=yes,');
}