// FLASH IMPUT





//popup
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
function openNewWindow(URLtoOpen, windowName, windowFeatures) { 
  newWindow=window.open(URLtoOpen, windowName, windowFeatures);
}

//gals prof
RefHref2="";
function RefOpen(RefHref2){
var RefWin=window.open(RefHref2,'RefWin2','scrollbars=no,resizable=no,width=800,height=780');
if(navigator.appVersion.charAt(0)==2){RefWin=window.open(RefHref2,'RefWin2','scrollbars=no,resizable=no,width=800,height=780')};
if(navigator.appVersion.charAt(0)>=3){RefWin.focus()}};

function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}

//ticket
function OpenWinTICKET(){
	win1=window.open("/ticket/index.html","TICKET","width=470,height=300,scrollbars=no,resizable=no");
}

//mm
function OpenWinMM(){
	win1=window.open("/mail/index.html","MERUMAGA","width=520,height=560,scrollbars=no,resizable=no");
}