function pop_emailMe() {
	newWin=window.open('email.php','sendMessage','scrollbars=no,resize=yes,menubar=no,toolbar=no,top=40,left=20,width=250,height=400');
	newWin.focus();
}
