


function mail_to(adress, win_w, win_h) {


var mess_w = window.innerWidth/2 - win_w/2;
	mess_h = window.innerHeight/2+pageYOffset -  win_h/2;
	parametr = "send_mes.php?adress="+ adress +"&mess_w="+ mess_w +"&mess_h=" + mess_h + "&win_w="+ win_w + "&win_h="+win_h;

request(parametr, "inner_div");


}


