//-----------OPEN REAL ESTATE POP-UP
function RE1()
{
currwin = window.open ('RE1/index.html', 'RE1Pop', 'top=1, left=1, width=798, height=430, menubar=yes, toolbar=yes, location=yes, status=yes, scrollbars=auto')
}

//-----------OPEN HOLIDAY RENTALS POP-UP
function HR1()
{
currwin = window.open ('HR1/index.html', 'HR1Pop', 'top=1, left=1, width=798, height=430, menubar=yes, toolbar=yes, location=yes, status=yes, scrollbars=yes')
}

//-----------OPEN DEMO POP-UP
function PopUp()
{
currwin = window.open ('demo.html', 'Pop', 'top=300, left=200, width=300, height=20, menubar=no, toolbar=no, location=no, status=no, scrollbars=no')
}

