// POPUP
function open_contact(cgi) {
SubWindow=window.open(cgi,"open_contact","width=750,height=740,left=50,top=50,toolbar=0,location=0,status=0,menubar=0,scrollbars=1,resizable=1");
	SubWindow.focus();
}

