var top = 150
var left = 200
function hosting() {
 if(screen.width) {
  top = screen.height/2 - 165
  left = screen.width/2 - 160
 }
 window.open('mail.php','contact','resizable,scrollbars=YES,width=710,height=700,top='+top+',left='+left)
}