function MSTolt(Tsztfile){

if(window.location.protocol == "http:") {
	var w = window.open('../MENUIMG/MSTOLT.PHP?Tszt='+Tsztfile, 'MSTteszt', 'maximized=1,Width=530,Height=600,location=0,toolbar=0,menubar=1,status=0,directories=0,scrollbars=1,marginwidth=0,marginheight=0,resizable=1');
	    w.focus();
} else {
	var w = window.open('', 'MSTteszt', 'maximized=1,Width=530,Height=600,location=0,toolbar=0,menubar=1,status=0,directories=0,scrollbars=1,marginwidth=0,marginheight=0,resizable=1');
	    w.document.open('text/html');
	    w.document.writeln('<html><head><META http-equiv="Content-Type" content="text/html; charset=iso-8859-2"><title>Mozaik teszt</title></head>');
	    w.document.writeln('<frameset rows="*, 36" border="false" frameborder="0" framespacing="0">');
	    w.document.writeln('<frame name="MST_exmp" src="../MENUIMG/wait.htm" marginwidth="4" marginheight="0" frameborder="0">');
	    w.document.writeln('<frame name="MST_menu" src="'+Tsztfile+'" scrolling="no" marginheight="1" marginwidth="0" frameborder="0" innerHeight="38"></frameset></html>');
	    w.document.close();
	    w.focus();
}
}

function MSbTolt(Tsztfile){
var bevezw = window.open(Tsztfile, 'MSTbevez', 'maximized=1,Width=450,Height=325,location=0,toolbar=0,menubar=0,status=0,directories=0,scrollbars=1,marginwidth=0,marginheight=0,resizable=1');
      bevezw.focus();
}
