<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openPictureWindow_Preview(imageName,imageWidth,imageHeight,alt,posLeft,posTop) {
	newWindow = window.open("","newWindow","width="+imageWidth+",height="+imageHeight+",left="+posLeft+",top="+posTop);
	newWindow.document.open();
	newWindow.document.write('<html><title>'+alt+'</title><body background="/images/zoombg.gif" bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginheight="0" marginwidth="0" onBlur="self.close()">'); 
	newWindow.document.write('<a href="#" onClick =javascript:window.close()>');
	newWindow.document.write('<img src='+imageName+' width='+imageWidth+' height='+imageHeight+' border="0" alt="Click image to close window">'); 
	newWindow.document.write('</A></body></html>');
	newWindow.document.close();
	newWindow.focus();
}
//-->
<!-- Hide from old browsers

        function a(txt) {
                self.status = txt
        }

        function b() {
                self.status = "Sky Raider, LLC"
        }
// --End Hiding Here -->
  // for Netscape 4+ and IE 4+
 <!--
 function getLocation(winWidth, winHeight, winLeft, winTop){
   var winLocation = ""
   if (winLeft < 0)
     winLeft = screen.width - winWidth + winLeft
   if (winTop < 0)
     winTop = screen.height - winHeight + winTop
   if (winTop == "cen")
     winTop = (screen.height - winHeight)/2 - 20
   if (winLeft == "cen")
     winLeft = (screen.width - winWidth)/2
   if (winLeft>0 &winTop>0)
     winLocation =  ",screenX=" + winLeft + ",left=" + winLeft
                 + ",screenY=" + winTop + ",top=" + winTop
   else
     winLocation = ""
   return winLocation
   }
 //-->
<!-- Hide from old browsers

        function a(txt) {
                self.status = txt
        }

        function b() {
                self.status = "Sky Raider, LLC"
        }
// --End Hiding Here -->
