
    

  
  
function emailContact(){
	myWin = window.open('./_0/contact/index.html', '', 'width=800, height=500, resizable=yes, toolbar=yes, scrollbars=yes' );	

    myWin.moveTo(0,0);
}

	