// JavaScript Document
//POP UP video 
function Aprivideob()	 {	
		window.open('popup/player.html','player','width=490,height=430,scrollbars=no,resizable=no')
}

lastdom='empty'; 
function showLevel(lyr) 
	{ 
	if (lastdom!='empty') lastdom.style.display='none'; 
	lastdom=document.getElementById(lyr); 
	lastdom.style.display='block';
	}