

function open_pic(hl,item,pic,cnt)
{
	var w = 850;
	var h = 650;
	var l = (screen.width - w) / 2;
	var t = (screen.height - h) / 2;
	var p = "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",directories=0,location=0,menubar=0,resizable=0,scrollbar=0,status=0,toolbar=0";
	window.open("http://abitato.ru/pic.php?hl="+hl+"&item="+item+"&pic="+pic+"&cnt="+cnt,'abitatopic',p);
	return false;
}


function open_inquiry(hl,item)
{
	var w = 850;
	var h = 650;
	var l = (screen.width - w) / 2;
	var t = (screen.height - h) / 2;
	var p = "width=" + w + ",height=" + h + ",top=" + t + ",left=" + l + ",directories=0,location=0,menubar=0,resizable=0,scrollbar=0,status=0,toolbar=0";
	window.open("http://abitato.ru/inquiry.php?hl="+hl+"&item_id="+item,'abitatoinquiry',p);
	return false;
}



