function newWindow(winURL) {
  theWin = window.open( winURL, 'New','width=450,height=550,scrollbars=0,resizable=0')
  theWin.focus()
}	

function newWindow1(winURL) {
  theWin = window.open( winURL, 'New','width=810,height=570,scrollbars=0,resizable=0')
  theWin.focus()
}	
function get_edress(string){
	var re= /_at_/gi;
	edress = string.replace(re,'@');
	var re= /_dot_/gi;
	edress = edress.replace(re,'.');
	var the_link="mai" + "lto" +":"+edress+"?subject=Website%20Feedback" ;
	window.location=the_link;
}
