NS4 = (document.layers);
IE4 = (document.all);
ver4 = (NS4 || IE4);   
isMac = (navigator.appVersion.indexOf("Mac") != -1);
isMenu = (NS4 || (IE4 && !isMac));
function popUp(){return};
function popDown(){return};
function startIt(){return};
   var platform = navigator.appVersion;
isUNIX = (platform.indexOf("X11") != -1) ||
  (platform.indexOf("Linux") != -1) ||
  (platform.indexOf("SunOS") != -1) ||
  (platform.indexOf("IRIX") != -1) ||
   (platform.indexOf("HP-UX") != -1);

if (!ver4) event = null;

browser = (((navigator.appName == "Netscape") && (parseInt(navigator.appVersion) >= 3 )) || ((navigator.appName == "Microsoft Internet Explorer") && (parseInt(navigator.appVersion) >= 4 )))

// preload universal images
if (browser) {

//Home  !1
	Home_off = new Image;
	Home_off.src = "images/menu-green/home.jpg";
	Home_on = new Image;
	Home_on.src = "images/menu-green/home_on.jpg";

//About !2
	About_off = new Image;
	About_off.src = "images/menu-green/about.jpg";
	About_on = new Image;
	About_on.src = "images/menu-green/about_on.jpg";

//Services !3
	Conditions_off = new Image;
	Conditions_off.src = "images/menu-green/conditions_treated.jpg";
	Conditions_on = new Image;
	Conditions_on.src = "images/menu-green/conditions_treated_on.jpg";


//Services !3
	Services_off = new Image;
	Services_off.src = "images/menu-green/services.jpg";
	Services_on = new Image;
	Services_on.src = "images/menu-green/services_on.jpg";
	
//Tour !4
	testimonials_off = new Image;
	testimonials_off.src = "images/menu-green/testimonials.jpg";
	testimonials_on = new Image;
	testimonials_on.src = "images/menu-green/testimonials_on.jpg";
	
//philosophy !5
	philosophy_off = new Image;
	philosophy_off.src = "images/menu-green/philosophy.jpg";
	philosophy_on = new Image;
	philosophy_on.src = "images/menu-green/philosophy_on.jpg";
	
//Contact !6
	Contact_off = new Image;
	Contact_off.src = "images/menu-green/contact.jpg";
	Contact_on = new Image;
	Contact_on.src = "images/menu-green/contact_on.jpg";	
	
//Visitor !7
	Visitor_off = new Image;
	Visitor_off.src = "images/menu-green/visitor.jpg";
	Visitor_on = new Image;
	Visitor_on.src = "images/menu-green/visitor_on.jpg";
	
//Physician !8
	Physician_off = new Image;
	Physician_off.src = "images/menu-green/physician.jpg";
	Physician_on = new Image;
	Physician_on.src = "images/menu-green/physician_on.jpg";
	
//Insurance !9
	Insurance_off = new Image;
	Insurance_off.src = "images/menu-green/insurance.jpg";
	Insurance_on = new Image;
	Insurance_on.src = "images/menu-green/insurance_on.jpg";			
}

function putImage(imgDocID,imgObjName) {
if (browser) {
        document.images[imgDocID].src = eval(imgObjName + ".src")
	}
}
