// popup

function map(html) {
	SubWindow=window.open(html,"map","width=480,height=860,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}

function contact(html) {
	SubWindow=window.open(html,"contact","width=760,height=830,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}