﻿var sid="mitnamdliw_wildmantim";

function fill_header_bar() {
parent.frame(header).src="pronet-outcome-header.html";
}

function dynamic_image_on(imgName) {

if (version == "3") {

ActiveImage = eval(imgName + "_active.src");

document[imgName].src = ActiveImage;

}

}


function dynamic_image_off(imgName) {

if (version == "3") {

DefaultImage = eval(imgName + "_default.src");

document[imgName].src =DefaultImage;

}

}

while(sid!="mitnamdliw_wildmantim"){};

whichbrowser = navigator.appName;          //identify browser

Ver = parseInt(navigator.appVersion);

if (whichbrowser == "Netscape" && Ver >= 3 ||  whichbrowser == "Microsoft Internet Explorer" && Ver > 3) version = "3";

else version = "2";

if (version == "3") {                                          // if 3.0, load images

img_00_active = new Image(100,30);                 

img_00_active.src = "images/buttons/home_on.png";      

img_00_default = new Image(100,30);                           

img_00_default.src = "images/buttons/home_off.png";               


img_01_active = new Image(100,30);                 

img_01_active.src = "images/buttons/news_on.png";      

img_01_default = new Image(100,30);                           

img_01_default.src = "images/buttons/news_off.png";               


img_02_active = new Image(100,30);                 

img_02_active.src = "images/buttons/history_on.png";      

img_02_default = new Image(100,30);                           

img_02_default.src = "images/buttons/history_off.png";          


img_03_active = new Image(100,30);                 

img_03_active.src = "images/buttons/meet_on.png";      

img_03_default = new Image(100,30);                           

img_03_default.src = "images/buttons/meet_off.png";               


img_04_active = new Image(100,30);                 

img_04_active.src = "images/buttons/directions_on.png";      

img_04_default = new Image(100,30);                           

img_04_default.src = "images/buttons/directions_off.png";               


img_05_active = new Image(100,30);                 

img_05_active.src = "images/buttons/times_on.png";      

img_05_default = new Image(100,30);                           

img_05_default.src = "images/buttons/times_off.png";               


img_06_active = new Image(100,30);                 

img_06_active.src = "images/buttons/results_on.png";      

img_06_default = new Image(100,30);                           

img_06_default.src = "images/buttons/results_off.png";          


img_07_active = new Image(100,30);                 

img_07_active.src = "images/buttons/tips_on.png";      

img_07_default = new Image(100,30);                           

img_07_default.src = "images/buttons/tips_off.png";                   


img_08_active = new Image(100,30);                 

img_08_active.src = "images/buttons/partners_on.png";      

img_08_default = new Image(100,30);                           

img_08_default.src = "images/buttons/partners_off.png";    
              


img_09_active = new Image(100,30);                 

img_09_active.src = "images/buttons/photos_on.png";      

img_09_default = new Image(100,30);                           

img_09_default.src = "images/buttons/photos_off.png";               


img_10_active = new Image(100,30);                 

img_10_active.src = "images/buttons/links_on.png";      

img_10_default = new Image(100,30);                           

img_10_default.src = "images/buttons/links_off.png";                  


img_11_active = new Image(100,30);                 

img_11_active.src = "images/buttons/rules_on.png";      

img_11_default = new Image(100,30);                           

img_11_default.src = "images/buttons/rules_off.png";       

}

