function openWindowNew(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-760
	}
newWindow=window.open(URL,"calendar", 'width=750,height=550,left='+leftPos+',top=0,resizable=1,scrollbars=1,location=0,status=0,toolbar=0,menubar=0,directories=0')
newWindow.focus()
						}

function openWindowEmail(URL) {
newWindow=window.open(URL,"myNewWindow",'width=400,height=400,left=100,top=100,resizable=0,scrollbars=1,location=0,status=0,toolbar=1,menubar=0,directories=0')
						}
						
function openWindowDockage() {
leftPos=0
Dock=window.open('graphics/beaconbay_site_plan_main.html', 'dock', 'width=700,height=660,left='+leftPos+',top=0,resizable=0,scrollbars=1,location=0,status=0,toolbar=0,menubar=0,directories=0')
Dock.focus()
						}
						
function openWindowAerial(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-940
	}
WindowAerial=window.open(URL,"WindowAerial", 'width=490,height=400,left='+leftPos+',top=0,resizable=1,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
WindowAerial.focus()
						}
						
function openWindowAerialx(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-500
	}
WindowAerialx=window.open(URL,"WindowAerialx", 'width=490,height=400,left='+leftPos+',top=0,resizable=1,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
WindowAerialx.focus()
						}
						
function openWindowAerialxV(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-340
	}
WindowAerialxV=window.open(URL,"WindowAerialxV", 'width=330,height=560,left='+leftPos+',top=0,resizable=1,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
WindowAerialxV.focus()
						}
						
function openWindowAerialLeft(URL) {
leftPos=0
WindowAerialLeft=window.open(URL,"WindowAerialLeft", 'width=490,height=400,left='+leftPos+',top=0,resizable=1,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
WindowAerialLeft.focus()
						}
									
function openWindow600(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-620
	}
Window600=window.open(URL,"Window600", 'width=610,height=460,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window600.focus()
						}
									
function openWindow450(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-480
	}
Window450=window.open(URL,"Window450", 'width=470,height=400,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window450.focus()
						}
									
function openWindow450V(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-480
	}
Window450V=window.open(URL,"Window450V", 'width=470,height=720,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window450V.focus()
						}

function lastMod()		{
var lastmoddate = document.lastModified;

// Create an if statement to test the value of lastmoddate
if(lastmoddate == 0)
{

document.writeln("Last Modified: Unknown");
}
else
{
document.writeln("<FONT face=verdana SIZE=\"1\" color=#666666>");
document.writeln("&copy;2005 Parkbridge Lifestyle Communities");
document.writeln("<br>");
document.writeln("Site design by Personal Digital Imaging, Wasaga Beach, ON");
document.writeln("<br>");
document.writeln("This page last modified: " + lastmoddate);}
		}

/* Function to display large bg logo in MSIE only  */
function bg_logo()
{
        // Assign the platform type to a Variable
var browser = navigator.appName.substr(0,3);
        // If statements testing for which platform
//     alert("the value of browser is:"+ browser)
  if (browser == "Net")
 {
    document.writeln(" ");
  }
  else
  {
     document.writeln("<style>");
    document.writeln("<!--");
    document.writeln("body {background-image:url(graphics/parkbridge_logo-m16.gif); background-position: 420px 230px; background-repeat: no-repeat; background-attachment: fixed}");
    document.writeln("-->");
    document.writeln("</style>");
  }
}
