|
<SCRIPT LANGUAGE = "JavaScript"> <!-- window.onerror=null; browserName = navigator.appName; browserVer = parseInt(navigator.appVersion); if(browserName=="Netscape" && browserVer >= 3) ver = "yes"; else ver = "no"; if(ver == "yes") { home1 = new Image(); home1.src = "home1.gif"; home2 = new Image(); home2.src = "home2.gif"; aboutus1 = new Image(); aboutus1.src = "aboutus1.gif"; aboutus2 = new Image(); aboutus2.src = "aboutus2.gif"; orderform1 = new Image(); orderform1.src = "orderform1.gif"; orderform2 = new Image(); orderform2.src = "orderform2.gif"; email1 = new Image(); email1.src = "email1.gif"; email2 = new Image(); email2.src = "email2.gif"; } function active(imgName) { if (ver == "yes") { img1 = eval(imgName + "1.src"); document [imgName].src = img1; }} function inactive(imgName){ if (ver == "yes") { img2 = eval(imgName + "2.src"); document [imgName].src = img2; }} // --> </SCRIPT> |
|
<A HREF="home.html" TARGET="main" onMouseover = "inactive('home'); window.status='Home';return true" onMouseout = "active('home')"> <IMG SRC="home1.gif" ALT="Home" NAME= "home" BORDER=0></A> <A HREF="aboutus.html" TARGET="main" onMouseover = "inactive('aboutus'); window.status='Aboutus';return true" onMouseout = "active('aboutus')"> <IMG SRC="aboutus1.gif" ALT="Aboutus" NAME= "aboutus" BORDER=0></A> <A HREF="orderform.html" TARGET="_parent" onMouseover = "inactive('orderform'); window.status='Orderform';return true" onMouseout = "active('orderform')"> <IMG SRC="orderform1.gif" ALT="Orderform" NAME= "orderform" BORDER=0></A> <A HREF="mailto:[email protected]?Subject=Request for more information" onMouseover = "inactive('email'); window.status='email';return true" onMouseout ="active('email')"> <IMG SRC="email1.gif" ALT="E-Mail" NAME= "email" BORDER=0></A> |
|
<A HREF="home.html" TARGET="main" onMouseover = "inactive('home'); window.status='Back to out homepage.';return true" onMouseout = "active('home')"> <IMG SRC="home1.gif" ALT="Home" NAME= "home" BORDER=0></A> <A HREF="aboutus.html" TARGET="main" onMouseover = "inactive('aboutus'); window.status='Preview some of our travel packages.';return true" onMouseout ="active('aboutus')"> <IMG SRC="aboutus1.gif" ALT="Aboutus" NAME= "aboutus" BORDER=0></A> <A HREF=orderform.html" TARGET="_parent" onMouseover = "inactive('orderform'); window.status='Request more information or order our products'.;return true" onMouseout = "active('orderform')"> <IMG SRC="orderform1.gif" ALT="Orderform" NAME= "orderform" BORDER=0></A> <A HREF="mailto:[email protected]?Subject=Request for more information" onMouseover = "inactive('email'); window.status='E-Mail us!';return true" onMouseout ="active('email')"> <IMG SRC="email1.gif" ALT="E-Mail" NAME= "email" BORDER=0></A> |
|
|
|