
var dc=1;
//var dd=0;
function eLandlord(property,file)
{
if (document.cookie != "")
  {
  dc = 0;
  }

var YapWindow = window.open('../cgi-bin/PopupYap?st=0&pr='+property+'&file='+file+'&dc='+dc, 'Landlord', 'height=730,width=400,resizable=yes,location=no,scrollbars=yes,menubar=no,toolbar=no');
YapWindow.focus();
}
function mailservice()
{
var EserviceWindow = window.open('../cgi-bin/PopupEservice', 'EmailService', 'height=360,width=360,resizable=no,scrollbars=no,toolbar=no,menubar=no');
EserviceWindow.focus();
}
function contact()
{
var ContactWindow = window.open('../cgi-bin/PopupContact', 'Contact', 'menubar=no,toolbar=no,location=no,resizable=yes,scrollbars=yes,height=560,width=570');
ContactWindow.focus();
}
function Photo(property,location)
{
var PhotoWindow = window.open('../cgi-bin/Ps_photo?prop='+property+'&location='+location, 'Photo', 'height=300,width=500,resizable=yes,location=no,scrollbars=yes,menubar=no,toolbar=no');
PhotoWindow.focus();
}
function SearchInfo()
{
var SearchWindow = window.open('/info/SearchInfo.html', 'SearchInfo', 'height=360,width=360,resizable=yes,location=no,scrollbars=yes,menubar=no,toolbar=no');
SearchWindow.focus();
}

function QuickLink(LinkTo,town)
{
var QuickLink = window.open('/cgi-bin/link?si='+LinkTo+'&town='+town, 'SearchInfo', 'height=710,width=160,resizable=yes,location=no,scrollbars=yes,menubar=no,toolbar=no');
QuickLink.focus();
}
function competition()
{
var CompetitionWindow = window.open('/cgi-bin/link?si=SN1', 'Competition', 'menubar=no,toolbar=no,location=no,resizable=yes,scrollbars=yes,height=530,width=530');
CompetitionWindow.focus();
}

// LANDLORD SERVICES
var click1 = 0;
function DoubleClick(call)
{
  if (click1)
  {
  alert('Page is processing, please wait...');
  }
else
  {
  click1 = 1;
  document.location='/cgi-bin/'+call;
  }
}
function WhatsThis()
{
var WhatsThisWindow = window.open('/info/WhatsThis.html', 'WhatsThis', 'height=400,width=400,resizable=yes,location=no,scrollbars=yes,menubar=no,toolbar=no');
WhatsThisWindow.focus();
}
function advert(prop,file)
{
var AdvertWindow = window.open('../cgi-bin/LLviews?prop='+prop+'&file='+file, 'Advert', 'height=400,width=640,resizable=yes,location=no,scrollbars=yes,menubar=no,toolbar=no');
AdvertWindow.focus();
}
function Delete_All_Idle(event)
{
if(confirm('Please confirm that you wish to DELETE ALL IDLE adverts.'))
  {
  document.location='/cgi-bin/LLmanager?fid='+event+'&remove=many';
  }
else {alert('Cancelled.');}
}
var click = 0;
function CheckClick()
{
  if (click)
  {
  alert('Page is processing, please wait...');
  return false;
  }
else
  {
  click = 1;
  return true;
  }
}
function photo(prop)
{
var LLphotoWindow = window.open('../cgi-bin/LLphoto?prop='+prop, 'Photo', 'height=500,width=500,resizable=yes,location=no,scrollbars=yes,menubar=no,toolbar=no');
LLphotoWindow.focus();
}
function demailad()
{
window.open('PopupWarning', 'Advertising', 'height=240,width=240,resizable=no,location=no,scrollbars=yes,menubar=no,toolbar=no');
}
