function openWindowFull(mapage) 
{
		
fen = window.open(mapage,'','toolbar=1, location=1, directories=0, status=1, scrollbars=1, resizable=1,menuBar=1,fullscreen=1'); 
fen.moveTo(0,0); 
fen.resizeTo(screen.width,screen.height);

}
