<!-- Begin hiding script from older browsers

// css matching column heights

matchHeight=function(){ 

     var divs,contDivs,maxHeight,divHeight,d; 

     // get all <div> elements in the document 

     divs=document.getElementsByTagName('div'); 

     contDivs=[]; 

     // initialize maximum height value 

     maxHeight=260; 

     // iterate over all <div> elements in the document 

     for(var i=0;i<divs.length;i++){ 

          // make collection with <div> elements with class attribute 'container' 

          if(/\bcontainer\b/.test(divs[i].className)){ 

                d=divs[i]; 

                contDivs[contDivs.length]=d; 

                // determine height for <div> element 

                if(d.offsetHeight){ 

                     divHeight=d.offsetHeight; 

                } 

                else if(d.style.pixelHeight){ 

                     divHeight=d.style.pixelHeight; 

                } 

                // calculate maximum height 

                maxHeight=Math.max(maxHeight,divHeight); 

          } 

     } 

     // assign maximum height value to all of container <div> elements 

     for(var i=0;i<contDivs.length;i++){ 

          contDivs[i].style.height=maxHeight+'px'; 

     } 

} 

// execute function when page loads 

window.onload=function(){ 

     if(document.getElementsByTagName){ 

          matchHeight(); 

     } 

} 

// date and time........................................

function initArray() {
for(i=0;i<initArray.arguments.length; i++)
this[i] = initArray.arguments[i];}
var isnMonths=new initArray("January","February","March","April","May","June","July","August","September","October","November","December");
var isnDays= new initArray("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday");
today=new Date();
hrs=today.getHours();
min=today.getMinutes();
sec=today.getSeconds();
clckh=""+((hrs>12)?hrs-12:hrs); 
clckm=((min<10)?"0":"")+min;
clcks=((sec<10)?"0":"")+sec;
clck=(hrs>=12)?"p.m.":"a.m.";
var stnr="";
var ns="0123456789";
var a="";


// history window function...................................

function newWindow(){

bidWin = window.open("http://www.proxibid.com/asp/Catalog.asp?aid=6018", "bid", "scrollbars=yes");
bidWin.focus()

}


// random image rotator.............................................

//mag = new Array("images/btn.rotator.gif","images/rumble.rotator.gif")
//magCt = mag.length

//function randomMag() {
//   if (document.images){
//    randomNum = Math.floor((Math.random()* magCt));
//       document.rotator.src = mag[randomNum]
// }
//}

// landmark map information window function.........................................

function landmarkMap(file){

leftPos = 0
if (screen) {

leftPos = screen.width-500

}
newsWin = window.open( file,  "info", "height=375,width=525,left="+ leftPos +",top=0,scrollbars=no");
newsWin.focus()
}





// landmark information window function.........................................

function landmarkWin(pic){

leftPos = 0
if (screen) {

leftPos = screen.width-500

}
newsWin = window.open( pic,  "info", "height=258,width=375,left="+ leftPos +",top=0,scrollbars=no");
newsWin.focus()
}


// information window function.........................................

function newWindow2(pic){

leftPos = 0
if (screen) {

leftPos = screen.width-500

}
newsWin = window.open( pic,  "info", "height=350,width=480,left="+ leftPos +",top=0,scrollbars=yes");
newsWin.focus()
}



// displays bike large view.........................................

function newWindow3(page){

leftPos = 0
  if (screen) {
    leftPos = screen.width-500

}
newsWin = window.open( page,  "info", "height=375,width=450,left="+ leftPos +",top=0,scrollbars=yes,resizable=yes");
newsWin.focus()
}


// displays wallpaper image and download info......................

function wallpaperDemo(pic){


leftPos = 0
  if (screen) {
     leftPos = screen.width-500
}
  
 
windowOutput = window.open("","output", "height=375,width=450,left="+ leftPos +",top=0,scrollbars=yes")
windowOutput.document.write("<HTML><HEAD><TITLE>Wallpaper Download</TITLE></HEAD><BODY bgcolor=#FFFFFF>")
windowOutput.document.write("<table><tr><td><Font face='arial' size='+2' color='#990000'><b>Wallpaper Sample</b></font></td><td align='center'><a href='javascript:close()'><font face='arial' size='2'>Close Window</a></font></td></tr>")
windowOutput.document.write("<tr><td colspan='2'><img src='images/wallpaperdemo/" + pic + ".jpg'></td></tr>") 
windowOutput.document.write("</table></BODY></HTML>")
windowOutput.focus()


 }


// displays wallpaper image and download info......................

function wallpaperWindow(pic){

leftPos = 0
  if (screen) {
     leftPos = screen.width-500
}
windowOutput = window.open("","output", "height=375,width=450,left="+ leftPos +",top=0,scrollbars=yes")
windowOutput.document.write("<HTML><HEAD><TITLE>Wallpaper Download</TITLE></HEAD><BODY bgcolor=#FFFFFF>")
windowOutput.document.write("<h2>Wallpaper Download</h2>")
windowOutput.document.write("<table><tr><td><img src='images/wallpaper/" + pic + ".jpg'></td></tr><tr><td>") 
windowOutput.document.write("<a href='javascript:close()'><font face='arial' size='2'>Close Window</a></font></td></tr></table>")
windowOutput.document.write("</BODY></HTML>")


}


// dropdown list redirects window...............................


function selectPage(newLoc) {
page=newLoc.options[newLoc.selectedIndex].value

if (page!="")  {

this.location = page

}

  }



// dropdown list opens in new window...............................


function selectNews(newLoc) {
page=newLoc.options[newLoc.selectedIndex].value

if (page!="")  {

newWindow=window.open( page )

}

  }
  
  
// email this page.......................................................


function emailthis(loc){
location.href="mailto:" + "?body=" + loc;

  }



// history window function................................................

pageArray = new Array("","tour1.htm","tour2.htm","tour3.htm","tour4.htm","tour5.htm","tour6.htm","tour7.htm","tour8.htm")

function setPage(thispage){
parent.content.document.location.href= pageArray[thispage]

    }
     
     
 
 
         
//-->
