// JavaScript Document
function okno (url, width, height) {
var Win = window.open("blank.php", "Grizlly", 'width=' + width + ', height=' + height + ', resizable=0, scrollbars=never, menubar=no' );
Win.document.write('<HTML><HEAD><TITLE>Grizlly</TITLE></HEAD>');
Win.document.write('<BODY topmargin=0 leftmargin=0 bgcolor=#ffffff><font size="2" face="Verdana" color="#FFFFFF">');
Win.document.write('<a href="javascript:window.close();"><IMG SRC=' + url + ' border="0"></a></body>');
Win.document.close();
Win.focus();
}
function Map() {
var w = (screen.width-12);
var h = (screen.height-55);
var settings  ="height="+h+",";
settings +="width="+w+",";
settings +="top="+0+",";
settings +="left="+0+",";
settings +="toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1";
window.open("./map_pl/index.php","strona", settings);
}
function MapEN() {
var w = (screen.width-12);
var h = (screen.height-55);
var settings  ="height="+h+",";
settings +="width="+w+",";
settings +="top="+0+",";
settings +="left="+0+",";
settings +="toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1";
window.open("./map_en/index.php","strona", settings);
}
function MapDE() {
var w = (screen.width-12);
var h = (screen.height-55);
var settings  ="height="+h+",";
settings +="width="+w+",";
settings +="top="+0+",";
settings +="left="+0+",";
settings +="toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1";
window.open("./map_de/index.php","strona", settings);
}
function MapSV() {
var w = (screen.width-12);
var h = (screen.height-55);
var settings  ="height="+h+",";
settings +="width="+w+",";
settings +="top="+0+",";
settings +="left="+0+",";
settings +="toolbar=1,location=1,directories=1,status=1,menubar=1,scrollbars=1,resizable=1";
window.open("./map_sv/index.php","strona", settings);
}
