<!-- hide
function openWin1() {
  myWin= open("goldengatesite.html", "displayWindow",
    "width=640,height=480,status=no,toolbar=no,menubar=no, scrollbars=no");
}

function openWin2() {
  myWin= open("avalspace.html#a2", "displayWindow",
    "width=450,height=200,status=no,toolbar=no,menubar=no, scrollbars=no");
}
function openWin3() {
  myWin= open("directionsgold.html", "displayWindow",
    "width=400,height=500,status=no,toolbar=no,menubar=no, scrollbars=no");
}
function openWin4() {
  myWin= open("Qlinks.html", "displayWindow",
    "width=350,height=650,status=no,toolbar=no,menubar=no, scrollbars=no");
}

function MM_reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
  else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);

function open_cms( url )
{
	cmswin = window.open( url, 'cmswin', 'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=1,copyhistory=no,width=750,height=700' );
	cmswin.focus();
}


// -->