 active1 = new Image(26,26);
 active1.src = "index1_02.gif";
 inactive1 = new Image(26,26);
 inactive1.src = "index_02.gif";
  
 active2 = new Image(26,26);
 active2.src = "index1_03.gif";
 inactive2 = new Image(26,26);
 inactive2.src = "index_03.gif";
 
 active3 = new Image(26,26);
 active3.src = "index1_04.gif";
 inactive3 = new Image(26,26);
 inactive3.src = "index_04.gif";
 
 active4 = new Image(26,26);
 active4.src = "index1_05.gif";
 inactive4 = new Image(26,26);
 inactive4.src = "index_05.gif";
 
 active5 = new Image(26,26);
 active5.src = "index1_06.gif";
 inactive5 = new Image(26,26);
 inactive5.src = "index_06.gif";

 active6 = new Image(26,26);
 active6.src = "index1_07.gif";
 inactive6 = new Image(26,26);
 inactive6.src = "index_07.gif";

 active7 = new Image(26,26);
 active7.src = "index1_08.gif";
 inactive7 = new Image(26,26);
 inactive7.src = "index_08.gif";

 active8 = new Image(26,26);
 active8.src = "index1_09.gif";
 inactive8 = new Image(26,26);
 inactive8.src = "index_09.gif";
        
function AddToFaves_hp(){
 var is_4up = parseInt(navigator.appVersion);
 var is_mac   = navigator.userAgent.toLowerCase().indexOf("mac")!=-1;
 var is_ie   = navigator.userAgent.toLowerCase().indexOf("msie")!=-1;
 var thePage = location.href;
 if (thePage.lastIndexOf('#')!=-1)
  thePage = thePage.substring(0,thePage.lastIndexOf('#'));
 if (is_ie && is_4up && !is_mac)
  window.external.AddFavorite(thePage,document.title);
 else if (is_ie || document.images)
  booker_hp = window.open(thePage,'booker_','menubar,width=325,height=100,left=140,top=60');
 //booker_hp.focus();
 }
