function DeleteClick()
{	
	var myrow=igtbl_getActiveRow("xctl0xctl0UltraWebGridProperties");
	if (myrow!=null)
	{
		if(confirm("Are you sure you want to delete this Row?"))
		{
			return true;
		}
		else
		{
			return false;
		}
   }
   else
	{
	alert("Please select a row.");
	}
}


function addfav() 
{

if (window.external &&  typeof window.external.AddFavorite != 'undefined')
{
    window.external.AddFavorite(location.href, document.title); 
}
else
{
    alert("Your Browser does not support this action or there is a problem with your javascript.");
}
}

//if (window.external &&  typeof window.external.AddFavorite != 'undefined')
//{
       // document.write('<input type="button" ' + 'onclick="addfav()" value="Bookmark this Page">'); 
//}

function openPreview(strHREF)
{
	window.open(strHREF,"propertyview","height=700,width=730,resizable =yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no")
	//propertyview.focus();
}

function openImageOnly(strHREF)
{
	window.open(strHREF,"imageview","height=500,width=600,resizable =yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no")
	//propertyview.focus();
}

function openp()
{

var myrow=igtbl_getActiveRow("xctl0xctl0UltraWebGridProperties");
if (myrow!=null)
{
 var strHREF="ViewProperty.aspx?id="+myrow.getCell(0).getValue();
window.open(strHREF,"propertyview","height=700,width=730,resizable =yes,scrollbars=yes,status=no,toolbar=no,menubar=no,location=no")
}
else
{
alert("Please select a property.");
}
	

}

function OpenMortgage()
{
		
	window.open('http://www.cyprus-property.com.cy/WebEstateBOS/MortgageCalculator.aspx', ['Mortgage_Calculator'], ['status=no, scrollbars=no, width=400, height=270, resizable=yes']);
		
}



