﻿function NotifyGuest()
{
 var strResponse = confirm("Please, Login/Register yourself to view details.");
 
 if (strResponse  == true)
 {
   location.href="Login.aspx";
 }
 else{
    return false;
 }
 
}

function NotifyFreeMember()
{

 window.open("SplashScreen.aspx",'name','height=400,width=600,resizable=0,status=1,scrollbars=0,top=340, left=320,location=no,status=no, menubar=no,copyhistory=no');
 return false;

}


function closepopup()
{
  
  window.close();

 
}

function NotifyGuestBrokerHome()
{

 var strResponse = confirm("Please, Login/Register yourself to view details.");
 
 return  true;
 
 
}



function NotifyGuestBrokerListing()
{
 
if(Session["UserID"]!="")
{

}
 
 
}

