function PView(intRef) {
	location.href = "property_details.aspx?PROPERTY_REF=" + intRef;
}
function BC()
{
	window.open("/bond_calculator.aspx","_blank","height=430,width=390,scrollbars=yes,menubar=no,statusbar=no,toolbar=no,resizable=yes",false);
}
function CC(from,to,amount) {
    window.open('http://www.google.com/finance/converter?a=' + amount + '&from=ZAR&to=' + to, 'Converter', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=515,height=220');
		}
function VT(ref)
{
	window.open("http://virtualtours.entegral.net/viewer.aspx?vref=" + ref,"_blank","height=350,width=390,scrollbars=no,menubar=no,statusbar=no,toolbar=no,resizable=yes",false);
}
function EP(folder,property_ref)
{
	window.open("/std/property/email_property.aspx?property_ref=" + property_ref,"_blank","height=380,width=390,scrollbars=yes,menubar=no,statusbar=no,toolbar=no,resizable=yes",false);
}
function RS() {
	location.href = "property_details.aspx?property_ref=" + Form1.txtRef.value;
}
function KS(keyword) {
	location.href = "keyword_search.aspx?keyword=" + keyword;
}
function OpenPhoto(strFileName)
{
	window.open("property_photo_view.aspx?FileName=" + strFileName,"_blank","height=415,width=540,scrollbars=yes,menubar=no,statusbar=no,toolbar=no,resizable=yes",false);
	return false;
}
function Login() 
{
		window.open("http://oms.entegral.net/default.aspx?ref=0","_blank","height=500,width=500,scrollbars=yes,menubar=no,statusbar=yes,toolbar=no,resizable=yes",false);	
}
function EmailA(ref1,ref2)
{
	window.open("/std/contact/property_emailagent.aspx?person_ref=" + ref1 + "&property_ref=" + ref2,"_blank","height=600,width=700,scrollbars=yes,menubar=no,statusbar=no,toolbar=no,resizable=yes",false);
}
function EmailA_book(ref1,ref2)
{
	window.open("/std/contact/property_emailagent_book.aspx?person_ref=" + ref1 + "&property_ref=" + ref2,"_blank","height=800,width=900,scrollbars=yes,menubar=no,statusbar=no,toolbar=no,resizable=yes",false);
}
function EmailA_offer(ref1,ref2)
{
	window.open("/std/contact/property_emailagent_offer.aspx?person_ref=" + ref1 + "&property_ref=" + ref2,"_blank","height=700,width=600,scrollbars=yes,menubar=no,statusbar=no,toolbar=no,resizable=yes",false);
}
function OpenP(ref)
{
	window.open("person_details.aspx?person_ref=" + ref,"_blank","height=400,width=570,scrollbars=yes,menubar=no,statusbar=no,toolbar=no,resizable=yes",false);
}
function OpenO(ref)
{
	window.open("office_details.aspx?office_ref=" + ref,"_blank","height=480,width=570,scrollbars=yes,menubar=no,statusbar=no,toolbar=no,resizable=yes",false);
}
//var message="Copyright Protected";

//function clickIE4(){
//if (event.button==2){
//alert(message);
//return false;
//}
//}

//function clickNS4(e){
//if (document.layers||document.getElementById&&!document.all){
//if (e.which==2||e.which==3){
//alert(message);
//return false;
//}
//}
//}

//if (document.layers){
//document.captureEvents(Event.MOUSEDOWN);
//document.onmousedown=clickNS4;
//}
//else if (document.all&&!document.getElementById){
//document.onmousedown=clickIE4;
//}

//document.oncontextmenu=new Function("alert(message);return false")
