<SCRIPT LANGUAGE="JavaScript">

<!--This script is based on one by: Hamid F. Fard, http://www.petanet.com -->

<!-- Begin
  var ScrnSize = "UnCommon"

  if (navigator.appVersion.indexOf("4.") != -1 && 
      navigator.appName.indexOf("Explorer") != -1) {
     ScrnSize = screen.width + "x" + screen.height;
  }
  if (navigator.appVersion.indexOf("4.") != -1 && 
      navigator.appName.indexOf("Netscape") != -1) {
     ScrnSize = screen.width + "x" + (screen.height + 19); //Netscape sees 19 pixels less on Height
  }
  switch(ScrnSize) {
    case "640x480":   document.write('<body background="images/BG/TampaBaySunrise800.jpg" bgproperties="fixed" style="background-attachment: fixed;">');
    case "800x600":   document.write('<body background="images/BG/TampaBaySunrise800.jpg" bgproperties="fixed" style="background-attachment: fixed;">');
    case "1024x768":  document.write('<body background="images/BG/TampaBaySunrise1024.jpg" bgproperties="fixed" style="background-attachment: fixed;">');
    case "1152x864":  document.write('<body background="images/BG/TampaBaySunrise1280.jpg" bgproperties="fixed" style="background-attachment: fixed;">');
    case "1280x1024": document.write('<body background="images/BG/TampaBaySunrise1280.jpg" bgproperties="fixed" style="background-attachment: fixed;">');
    case "1600x1200": document.write('<body background="images/BG/TampaBaySunrise1600.jpg" bgproperties="fixed" style="background-attachment: fixed;">');
    case "1600x1280": document.write('<body background="images/BG/TampaBaySunrise1600.jpg" bgproperties="fixed" style="background-attachment: fixed;">');
    default:          document.write('<body>');
  }

//  End -->
</script>// JavaScript Document