<!--
if( document.images )
{
<!--Small button-->
  button1_off 	= new Image(52,41);
  button2_off 	= new Image(94,41);
  button3_off 	= new Image(132,41);
  button4_off 	= new Image(99,41);
  button5_off 	= new Image(110,41);
  button6_off 	= new Image(94,41);
  button7_off 	= new Image(94,41);
  button8_off 	= new Image(97,41);
  button9_off 	= new Image(68,41);
  button22_off 	= new Image(149,71);
 
  button1_on 	= new Image(52,41);
  button2_on 	= new Image(94,41);
  button3_on 	= new Image(132,41);
  button4_on 	= new Image(99,41);
  button5_on 	= new Image(110,41);
  button6_on 	= new Image(94,41);
  button7_on 	= new Image(94,41);
  button8_on 	= new Image(97,41);
  button9_on 	= new Image(68,41);
  button22_on 	= new Image(149,71);
 
	// left buttons 
  left_btn_1_off 	= new Image(165,24);
  left_btn_2_off 	= new Image(165,24);
  left_btn_3_off 	= new Image(165,24);
  left_btn_4_off 	= new Image(165,25);
  left_btn_5_off 	= new Image(165,24);
  left_btn_6_off 	= new Image(165,23);
  left_btn_7_off 	= new Image(165,24);
  left_btn_8_off 	= new Image(165,27);
  left_btn_9_off 	= new Image(165,24);
  left_btn_10_off 	= new Image(165,24);
  left_btn_11_off 	= new Image(165,23);
  left_btn_12_off 	= new Image(165,24);
  left_btn_13_off 	= new Image(165,25);
  left_btn_14_off 	= new Image(165,40);
  left_btn_15_off 	= new Image(165,26); 
  left_btn_16_off 	= new Image(165,23); 
  
 
  left_btn_1_on 	= new Image(165,24); 
  left_btn_2_on 	= new Image(165,24);
  left_btn_3_on 	= new Image(165,24); 
  left_btn_4_on 	= new Image(165,25);
  left_btn_5_on 	= new Image(165,24);
  left_btn_6_on 	= new Image(165,23);
  left_btn_7_on 	= new Image(165,24);
  left_btn_8_on 	= new Image(165,27);
  left_btn_9_on 	= new Image(165,24);
  left_btn_10_on 	= new Image(165,24);
  left_btn_11_on 	= new Image(165,23);
  left_btn_12_on 	= new Image(165,24);
  left_btn_13_on 	= new Image(165,25);  
  left_btn_14_on 	= new Image(165,40);
  left_btn_15_on 	= new Image(165,26);
  left_btn_16_on 	= new Image(165,23);

  
  button1_off.src 	= "/images/nav/home.jpg";
  button2_off.src 	= "/images/nav/surgeons.jpg";
  button3_off.src 	= "/images/nav/before.jpg";
  button4_off.src 	= "/images/nav/cost.jpg";
  button5_off.src 	= "/images/nav/free.jpg";
  button6_off.src 	= "/images/nav/test.jpg";
  button7_off.src 	= "/images/nav/contact.jpg";
  button8_off.src 	= "/images/nav/office.jpg";
  button9_off.src 	= "/images/nav/faqs.jpg";
  button22_off.src 	= "/images/truth.png";

  button1_on.src 	= "/images/nav/home-over.jpg";
  button2_on.src 	= "/images/nav/surgeons-over.jpg";
  button3_on.src 	= "/images/nav/before-over.jpg";
  button4_on.src 	= "/images/nav/cost-over.jpg";
  button5_on.src 	= "/images/nav/free-over.jpg";
  button6_on.src 	= "/images/nav/test-over.jpg";
  button7_on.src 	= "/images/nav/contact-over.jpg";
  button8_on.src 	= "/images/nav/office-over.jpg"; 
  button9_on.src 	= "/images/nav/faqs-over.jpg";
  button22_on.src 	= "/images/truth_mo.png";
  
	// left buttons 
  left_btn_1_off.src   = "/images/breast.gif";
  left_btn_2_off.src   = "/images/lift.gif";
  left_btn_3_off.src   = "/images/reduction.gif";
  left_btn_4_off.src   = "/images/male_reduction.gif";
  left_btn_5_off.src   = "/images/lipo.gif";
  left_btn_6_off.src   = "/images/tuck.gif";
  left_btn_7_off.src   = "/images/mini_tuck.gif";
  left_btn_8_off.src   = "/images/botox.gif";
  left_btn_9_off.src   = "/images/eye_lid.gif";
  left_btn_10_off.src   = "/images/nose.gif";
  left_btn_11_off.src   = "/images/face_lift.gif";
  left_btn_12_off.src   = "/images/european.gif";
  left_btn_13_off.src   = "/images/skin.gif";
  left_btn_14_off.src   = "/images/other.gif";
  left_btn_15_off.src   = "/images/weight_loss.gif";
  left_btn_16_off.src   = "/images/makeover.gif";
  

  left_btn_1_on.src    = "/images/breast-over.gif";
  left_btn_2_on.src    = "/images/lift-over.gif";
  left_btn_3_on.src    = "/images/reduction-over.gif";
  left_btn_4_on.src    = "/images/male_reduction-over.gif";
  left_btn_5_on.src    = "/images/lipo-over.gif";
  left_btn_6_on.src    = "/images/tuck-over.gif";
  left_btn_7_on.src    = "/images/mini_tuck-over.gif";
  left_btn_8_on.src    = "/images/botox-over.gif";
  left_btn_9_on.src    = "/images/eye_lid-over.gif";
  left_btn_10_on.src   = "/images/nose-over.gif";
  left_btn_11_on.src   = "/images/face_lift-over.gif";
  left_btn_12_on.src   = "/images/european-over.gif";
  left_btn_13_on.src   = "/images/skin-over.gif";
  left_btn_14_on.src   = "/images/other-over.gif";
  left_btn_15_on.src   = "/images/weight_loss-over.gif";
  left_btn_16_on.src   = "/images/makeover-over.gif";
  
}

function chkVer(imagename,objectsrc)
{
	var n=navigator.appName
	var v=parseInt(navigator.appVersion)
	var browsok=((n=="Netscape")&&(v>=3))
	var browsok2=((n=="Microsoft Internet Explorer")&&(v>=4))
	if ((browsok)||(browsok2))
		document.images[imagename].src=eval(objectsrc+".src")
}
-->
