<!--

function submitSendFrm() {
	document.sendfrm.submit();
}

function openW(urlW, width_w, height_w, scroll_bar){
	center_x = Math.round((window.screen.availWidth - width_w) / 2);
	center_y = Math.round((window.screen.availHeight - height_w) / 2);
	
	window.open(urlW,'_blank','top=' + center_y + ',left=' + center_x + ',width=' + width_w + ',height=' + height_w + ',status=no,titlebar=no,toolbar=no,menubar=no,location=no,resizable=no,directories=no,scrollbars=' + scroll_bar);
}

function open_map() { 
	mapWindow = window.open("http://www.supernavigator.sk/clients/minimap.php?id=12034543&level=10&ref=http://www.botelmarina.sk","mapa","toolbar=0,location=0,scrollbars=0,width=444,height=368,resizable=no"); 
}
//-->