function openWindowNew(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-767
	}
newWindow=window.open(URL,"myNewWindow", 'width=757,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 openWindow480(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-500
	}
Window480=window.open(URL,"w480", 'width=490,height=420,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window480.focus()
						}

function openWindow480V(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-380
	}
Window480V=window.open(URL,"w480V", 'width=370,height=540,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window480V.focus()
						}

function openWindow600(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-610
	}
Window600=window.open(URL,"w600", 'width=600,height=480,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window600.focus()
						}

function openWindow640(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-650
	}
Window640=window.open(URL,"w640", 'width=640,height=500,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window640.focus()
						}

function openWindow640V(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-380
	}
Window640V=window.open(URL,"w640V", 'width=490,height=700,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window640V.focus()
						}

function openWindow610V(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-380
	}
Window610V=window.open(URL,"w610V", 'width=440,height=660,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window610V.focus()
						}

function openWindow640x400(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-640
	}
Window640x=window.open(URL,"w640", 'width=630,height=400,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window640x.focus()
						}



function openWindow640(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-650
	}
Window640=window.open(URL,"w640", 'width=640,height=580,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window640.focus()
						}

function openWindow720(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-740
	}
Window720=window.open(URL,"w720", 'width=730,height=580,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window720.focus()
						}

function openWindow800(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-810
	}
Window800=window.open(URL,"w800", 'width=800,height=560,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window800.focus()
						}

function openWindow800x700(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-810
	}
Window800=window.open(URL,"w800", 'width=810,height=700,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window800.focus()
						}

function openWindow1000(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-1010
	}
Window1000=window.open(URL,"w1000", 'width=1000,height=560,left='+leftPos+',top=0,resizable=0,scrollbars=0,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window1000.focus()
						}


function openWindow760(URL) {
leftPos=0
if (screen) {
	leftPos=screen.width-770
	}
Window760=window.open(URL,"w760", 'width=750,height=580,left='+leftPos+',top=0,resizable=0,scrollbars=1,location=0,status=0,toolbar=0,menubar=0,directories=0')
Window760.focus()
						}

/* 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(images/AFAC_logo_300x.jpg); background-position: 480px 240px; background-repeat: no-repeat; background-attachment: fixed}");
    document.writeln("-->");
    document.writeln("</style>");
  }
}


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=#000066>");

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(../images/parkbridge_logo-m16.gif); background-position: 700px 130px; background-repeat: no-repeat; background-attachment: fixed}");
    document.writeln("-->");
    document.writeln("</style>");
  }
}

function showdate()
{
  day = new Array ("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")

  month = new Array("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December");
  now = new Date();
  document.write("<" + "FONT FACE=\"Verdana,Arial,Helvetica\" COLOR=\"#000000\" SIZE=\"-2\">");
  document.write("Today is " + day[now.getDay()] + ", " + month[now.getMonth()] + " " + now.getDate() + ", " + now.getFullYear());
  document.write("<" + "/FONT>");
}

