// JavaScript Document

function closeMe() {

	window.opener=self; window.close();
}

function popUp(url, name, w, h, formName, fieldName) {

	l = (screen.availWidth-10 - w) / 2;
	t = (screen.availHeight-20 - h) / 2;

	features = "width="+w+",height="+h+",left="+l+",top="+t;
	features += ",screenX="+l+",screenY="+t;
	features += ",scrollbars=0,resizable=0,location=0";
	features += ",menubar=0,toolbar=0,status=0";

	window.open(url, name, features).focus();
}

function open_map() { 

	mapWindow = window.open("http://www.supernavigator.sk/clients/mapa.php?firmID=12043753&ref=http://www.sharkam.sk","mapa","toolbar=0,location=0,scrollbars=0,width=492,height=416,resizable=no").focus(); return false;
}
