function windownew(y,x)
{
Szer=screen.width; 
Wys=screen.height;
Nowe=window.open('','','titlebar=no, toolbar=no,menubar=no,location=no, scrollbars=no, directories=no, status=no, resizable=no, width=400, height=400, top='+(Wys-400)/2+', left='+(Szer-400)/2); 
Nowe.document.open(); //otwarcie dokumentu do edycji 
Nowe.document.write ('<HTML><HEAD><TITLE></TITLE><style type=text/css><!--body {margin-left: 0px;	margin-top: 0px;}--></style></HEAD><BODY><img src='+x+'></img></BODY></HTML>'); 
Nowe.document.title=y.toString();
}


function mapa(y,x)
{
Szer=screen.width; 
Wys=screen.height;
Nowe=window.open('','','toolbar=no,menubar=no,location=no,personalbar=no, scrollbars=no,directories=no,status=no,resizable=no, width=497, height=385, top='+(Wys-385)/2+',left='+(Szer-497)/2); 
Nowe.document.open(); //otwarcie dokumentu do edycji 
Nowe.document.write ("<HTML><HEAD><TITLE>"+y+"</TITLE><style type=text/css><!--body {margin-left: 0px;	margin-top: 0px;}--></style></HEAD><BODY><object classid=clsid:D27CDB6E-AE6D-11cf-96B8-444553540000 codebase=http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0 width=497 height=385><param name=movie value=/img/mzop.swf><param name=quality value=high><embed src=/img/mzop.swf quality=high pluginspage=http://www.macromedia.com/go/getflashplayer type=application/x-shockwave-flash width=497 height=385></embed></object></body></html>"); 
Nowe.document.close(); 
}

var isInternetExplorer = navigator.appName.indexOf("Microsoft") != -1;
// Handle all the FSCommand messages in a Flash movie.
function mapa_DoFSCommand(command, args) {
	var mapaObj = isInternetExplorer ? document.all.mapa : document.mapa;
	mapa('Ros-sweet', '//img//mzop.swf');
}
// Hook for Internet Explorer.
if (navigator.appName && navigator.appName.indexOf("Microsoft") != -1 && navigator.userAgent.indexOf("Windows") != -1 && navigator.userAgent.indexOf("Windows 3.1") == -1) {
	document.write('<script language=\"VBScript\"\>\n');
	document.write('On Error Resume Next\n');
	document.write('Sub mapa_FSCommand(ByVal command, ByVal args)\n');
	document.write('	Call mapa_DoFSCommand(command, args)\n');
	document.write('End Sub\n');
	document.write('</script\>\n');
}




