nn4=(document.layers)?true:false;
ie4=(document.all)?true:false;
ie5=navigator.appVersion.indexOf("MSIE 5")>0;

newWindow = null;
function maps(src, w, h){
if(window.screen){
 aw=screen.availWidth;
 ah=screen.availHeight;
}else{
 aw=640;
 ah=450;
}
if(newWindow==null || newWindow.closed){
 settings=
 "left=" + (aw-w)/2 + ","
 +"top=" + (ah-h)/2 + ","
 +"screenX=" + (aw-w)/2 + ","
 +"screenY=" + (ah-h)/2 + ","
 +"width=" + w + ","
 +"height=" + h + ","
 +"innerWidth=" + w + ","
 +"innerHeight=" + h + ","
 +"toolbar=no,"
 +"location=no,"
 +"directories=no,"
 +"status=no,"
 +"menubar=no,"
 +"scrollbars=no,"
 +"resizable=no"
newWindow = window.open("",'image',settings);
}
newWindow.document.open();
newWindow.document.clear();
newWindow.document.write(
"<html><head><title>-- BTH lokalizacja -- </title>\n"
+"<style><!--\n"
+"body{background-repeat:no-repeat}\n"
+"--></style>\n"
+"</head>\n"
+"<body background=" + src + "></body>\n"
+"</html>"
);
newWindow.document.close();
newWindow.focus();
}
function clearlines(a) {
	if(ie4){a.blur()}
}
