/* POPUP */

function contact(html) {
	SubWindow=window.open(html,"contact","width=700px,height700,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}

/* POPUPp_n} */
function map(html) {
	SubWindow=window.open(html,"map","width=550,height=650,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}