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