//<script>
function openphoto(idg,i,lang)
{
	if (lang==1){
		www='/eng/content/gallery/default.asp?shmode=2&idg='+idg+'&i='+i;
	}else{
		www='/content/gallery/default.asp?shmode=2&idg='+idg+'&i='+i;
	}
	width=100;
	height=100;
	window.open(www, 'photo','width=' + width + ',height=' + height +',scrollbars=no,resizable=yes,topmargin=0,leftmargin=0');
}
function opennews(ids,idi,lang)
{
	if (lang==1){
		www='/content/news/default.asp?shmode=2&ids='+ids+'&idi='+idi;
	}else{
		www='/content/news/default.asp?shmode=2&ids='+ids+'&idi='+idi;
	}
	width=254;
	height=400;
	window.open(www, 'news','width=' + width + ',height=' + height +',scrollbars=yes,resizable=yes,topmargin=0,leftmargin=0');
}
function opennewwin(ids,idi,wtype)
{
	if (wtype==0){
		width=404;
		height=400;
		www='/content/houseinfo/default.asp?shmode=3&ids='+ids+'&idm='+idi;
	}
	window.open(www, 'appartment','width=' + width + ',height=' + height +',scrollbars=yes,resizable=yes,topmargin=0,leftmargin=0');
}
