if ((navigator.appName == "Microsoft Internet Explorer") && (navigator.appVersion.indexOf("Mac") != -1)) {   document.write("<LINK REL=stylesheet HREF=\"http://www.abbeville.com/newfather/mac-ie.css\" TYPE=\"text/css\">"); }else if ((navigator.appName == "Netscape") && (navigator.appVersion.indexOf("Mac") != -1)) {   document.write("<LINK REL=stylesheet HREF=\"http://www.abbeville.com/newfather/mac-nn.css\" TYPE=\"text/css\">"); }else if ((navigator.appName == "Netscape")) {   document.write("<LINK REL=stylesheet HREF=\"http://www.abbeville.com/newfather/win-nn.css\" TYPE=\"text/css\">"); }else {   document.write("<LINK REL=stylesheet HREF=\"http://www.abbeville.com/newfather/win-ie.css\" TYPE=\"text/css\">"); }// enable jump menufunction MM_jumpMenu(targ,selObj,restore){ //v3.0  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");  if (restore) selObj.selectedIndex=0;}// enable window pop-up for tour datesfunction instantWindow(winSource, winName) {  instant = window.open(winSource,winName,'width=600,height=200,resizable=yes,scrollbars=yes,toolbar=yes')}// enable mouse oversbrowserName=navigator.appName; browserVer=parseInt(navigator.appVersion); if ((browserName=="Netscape" && browserVer>=3) || (browserName=="Microsoft Internet Explorer" && browserVer>=4)) version="n3"; else version="n2"; if (version=="n3") { pic1on= new Image; pic1on.src="http://www.abbeville.com/newfather/images/nav-book-on.gif"; pic2on= new Image; pic2on.src="http://www.abbeville.com/newfather/images/nav-download-on.gif"; pic3on= new Image; pic3on.src="http://www.abbeville.com/newfather/images/nav-qa-on.gif"; pic4on= new Image; pic4on.src="http://www.abbeville.com/newfather/images/nav-tip-on.gif"; pic5on= new Image; pic5on.src="http://www.abbeville.com/newfather/images/nav-order-on.gif"; pic6on= new Image; pic6on.src="http://www.abbeville.com/newfather/images/qabox-button-on.gif"; pic7on= new Image; pic7on.src="http://www.abbeville.com/newfather/images/nav-series-on.gif"; pic1off= new Image; pic1off.src="http://www.abbeville.com/newfather/images/nav-book-off.gif"; pic2off= new Image; pic2off.src="http://www.abbeville.com/newfather/images/nav-download-off.gif"; pic3off= new Image; pic3off.src="http://www.abbeville.com/newfather/images/nav-qa-off.gif"; pic4off= new Image; pic4off.src="http://www.abbeville.com/newfather/images/nav-tip-off.gif"; pic5off= new Image; pic5off.src="http://www.abbeville.com/newfather/images/nav-order-off.gif"; pic6off= new Image; pic6off.src="http://www.abbeville.com/newfather/images/qabox-button-off.gif"; pic7off= new Image; pic7off.src="http://www.abbeville.com/newfather/images/nav-series-off.gif"; } function lightup(imgName) { if (version=="n3") { imgOn=eval(imgName + "on.src"); document[imgName].src= imgOn; } } function turnoff(imgName) { if (version=="n3") { imgOff=eval(imgName + "off.src"); document[imgName].src= imgOff; } } 
