﻿
function ShowMap(lat,lon)
{

var qrystr = '?lat=' + lat + '&lon=' + lon;

window.open('http://www.propertydalal.com/maps/gmap.aspx' + qrystr,'win1', 'toolbar=no,directories=no,resizable=no,menubar=no,location=no,scrollbars=yes,width=538,height=510,maximize=null');
//window.open('http://localhost:3453/Property/maps/gmap.aspx' + qrystr,'win1', 'toolbar=no,directories=no,resizable=no,menubar=no,location=no,scrollbars=yes,width=538,height=510,maximize=null');

return false;
}


//function ShowSMsPop(SMSText)
//{

//var qrystr = '?SMSText=' + SMSText;

//window.open('../search/sendcontactdetails.aspx' + qrystr,'win1', 'toolbar=no,directories=no,resizable=no,menubar=no,location=no,scrollbars=yes,width=550,height=300,maximize=null');
////window.open('http://localhost:3453/Property/maps/gmap.aspx' + qrystr,'win1', 'toolbar=no,directories=no,resizable=no,menubar=no,location=no,scrollbars=yes,width=538,height=510,maximize=null');

//return false;
//}



