
<!--
 var js = 1.0;
 Version = parseInt(navigator.appVersion);
 if (navigator.appName == "Netscape")
     js = ((Version >= 4) ? 1.2 : ( (Version == 3) ? 1.1 : 1.0 ));
 else
     if (navigator.appVersion.indexOf('MSIE') != -1) 
         js = ((Version >= 4) ? 1.1 : 1.0);
 function changeImages(oldImage,newImage) {
     if (js > 1.0) document [oldImage].src = eval(newImage + ".src");
 }
 if (js > 1.0) {
     a1 = new Image(); a1.src  = "images/intro_but_off.gif";
     a2 = new Image(); a2.src  = "images/weddings_but_off.gif";
     a3 = new Image(); a3.src  = "images/options_but_off.gif";	 
     a4 = new Image(); a4.src  = "images/test_but_off.gif";	
     a5 = new Image(); a5.src  = "images/about_but_off.gif";
     a6 = new Image(); a6.src  = "images/ceremony_but_off.gif";
     a7 = new Image(); a7.src  = "images/reception_but_off.gif";
     a8 = new Image(); a8.src  = "images/secrets_but_off.gif";
	 a9 = new Image(); a9.src  = "images/contact_but_off.gif";
	 a10 = new Image(); a10.src  = "images/albums_head_off.gif";
	 a11 = new Image(); a11.src  = "images/high_head_off.gif";
	 a12 = new Image(); a12.src  = "images/recent_head_off.gif";
	 a13 = new Image(); a13.src  = "images/number_1_but_off.gif";
	 a14 = new Image(); a14.src  = "images/number_2_but_off.gif";
	 a15 = new Image(); a15.src  = "images/number_3_but_off.gif";
     a16 = new Image(); a16.src  = "images/extras_but_off.gif";
	 
     b1 = new Image(); b1.src  = "images/intro_but_on.gif";
     b2 = new Image(); b2.src  = "images/weddings_but_on.gif";
     b3 = new Image(); b3.src  = "images/options_but_on.gif";	 
     b4 = new Image(); b4.src  = "images/test_but_on.gif";	
     b5 = new Image(); b5.src  = "images/about_but_on.gif";
     b6 = new Image(); b6.src  = "images/ceremony_but_on.gif";
     b7 = new Image(); b7.src  = "images/reception_but_on.gif";
     b8 = new Image(); b8.src  = "images/secrets_but_on.gif";
	 b9 = new Image(); b9.src  = "images/contact_but_on.gif";
	 b10 = new Image(); b10.src  = "images/albums_head_on.gif";
	 b11 = new Image(); b11.src  = "images/high_head_on.gif";
	 b12 = new Image(); b12.src  = "images/recent_head_on.gif";
	 b13 = new Image(); b13.src  = "images/number_1_but_on.gif"; 
	 b14 = new Image(); b14.src  = "images/number_2_but_on.gif";
	 b15 = new Image(); b15.src  = "images/number_3_but_on.gif";
     b16 = new Image(); b16.src  = "images/extras_but_on.gif";
}
 //-->
