<!--
function openNew(){
	var newWindow=null;
	newWindow = window.open('email_contact.html','email','height=275,width=500');
	newWindow.focus();
}

//-->
