

function show(valleft,valright,valw,valh) {
  
	document.getElementById('smenu').style.visibility = "visible"
	document.getElementById('smenu').style.left=valleft
	document.getElementById('smenu').style.top=valright
	document.getElementById('tab1').style.width = valw ;
	document.getElementById('tab1').style.height = valh ;

	
	}




function hide() {
document.getElementById('smenu').style.visibility = "hidden";
}



function show2(id,valleft,valright,valw,valh,tab) {

	
if (navigator.appName != "Microsoft Internet Explorer") { 
   	document.getElementById(''+id+'').style.visibility = "visible"
	document.getElementById(''+id+'').style.left = valleft;
	document.getElementById(''+id+'').style.height = valh;
	document.getElementById(''+id+'').style.top = document.body.scrollTop + valright;
	document.getElementById(''+tab+'').style.width = valw ;
	document.getElementById(''+tab+'').style.height = valh ;

	}
		
else
	{
	document.getElementById(''+id+'').style.visibility = "visible"
	document.getElementById(''+id+'').style.left = valleft;
	document.getElementById(''+id+'').style.height = valh;
	document.getElementById(''+id+'').style.top = document.body.scrollTop + valright;
	document.getElementById(''+tab+'').style.width = valw ;
	document.getElementById(''+tab+'').style.height = valh ;

	}


}


function hide2(id) {
document.getElementById(''+id+'').style.visibility = "hidden";
}


function pop(varsl) {
	window.menuframe.location= varsl;

}

function lok(varlok) {
document.getElementById('mainiframe').src=varlok;
}

function nico() {

window.setTimeout("hide2('bestel')",5000);

}

function hide3(idz) {

window.setTimeout("hide2('smenu')",2000);

}

function vul(pagina) {

document.getElementById('smenu_vul').innerHTML="<iframe frameborder=\'0\' scrolling=\'auto\' width=\'98%\' height=\'97%\' src=\'"+pagina+"\' name=\'imain\' id=\'imain\'></iframe>";

}
function vul2(menuz,pagina) {

document.getElementById('' + menuz + '').innerHTML="<iframe frameborder=\'0\' scrolling=\'auto\' width=\'98%\' height=\'97%\' src=\'" + pagina + "\' name=\'imain2\' id=\'imain2\'></iframe>";

}

function menugangs(vz,vn) {

//nic = document.getElementById(''+vz+'').value;



document.mainiframe.menugang(vz,vn);

}




