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