// JavaScript Document.
if (document.images) 
{
    homebuttonup       = new Image();
    homebuttonup.src   = "images/Elite1_18.jpg" ;
    homebuttondown     = new Image() ;
    homebuttondown.src = "images/Elite2_17.jpg" ;
	
	aboutbuttonup       = new Image();
    aboutbuttonup.src   = "images/Elite1_20.jpg" ;
    aboutbuttondown     = new Image() ;
    aboutbuttondown.src = "images/Elite2_19.jpg" ;
	
		
	reservationbuttonup       = new Image();
    reservationbuttonup.src   = "images/Elite1_22.jpg" ;
    reservationbuttondown     = new Image() ;
    reservationbuttondown.src = "images/Elite2_21.jpg" ;
	
	restaurantbuttonup       = new Image();
    restaurantbuttonup.src   = "images/Elite1_24.jpg" ;
    restaurantbuttondown     = new Image() ;
    restaurantbuttondown.src = "images/Elite2_23.jpg" ;
	
	facilitiesbuttonup       = new Image();
    facilitiesbuttonup.src   = "images/Elite1_26.jpg" ;
    facilitiesbuttondown     = new Image() ;
    facilitiesbuttondown.src = "images/Elite2_25.jpg" ;

	
	contactusbuttonup       = new Image();
    contactusbuttonup.src   = "images/Elite1_28.jpg" ;
    contactusbuttondown     = new Image() ;
    contactusbuttondown.src = "images/Elite2_27.jpg" ;
	
	feedbackbuttonup       = new Image();
    feedbackbuttonup.src   = "images/Elite1_08.jpg" ;
    feedbackbuttondown     = new Image() ;
    feedbackbuttondown.src = "images/Elite2_09.jpg" ;
	
			
	enquirybuttonup       = new Image();
    enquirybuttonup.src   = "images/Elite1_10.jpg" ;
    enquirybuttondown     = new Image() ;
    enquirybuttondown.src = "images/Elite2_11.jpg" ;
	
				
	vtourbuttonup       = new Image();
    vtourbuttonup.src   = "webfiles/images/VTour.jpg" ;
    vtourbuttondown     = new Image() ;
    vtourbuttondown.src = "webfiles/images/VTour-on.jpg" ;
	
	specialbuttonup       = new Image();
    specialbuttonup.src   = "webfiles/images/Do-not-tell-mama.jpg" ;
    specialbuttondown     = new Image() ;
    specialbuttondown.src = "webfiles/images/Do-not-tell-mama-on.jpg" ;
		
	ourrestmenubuttonup       = new Image();
    ourrestmenubuttonup.src   = "webfiles/images/Our-Restaurant-menu.jpg" ;
    ourrestmenubuttondown     = new Image() ;
    ourrestmenubuttondown.src = "webfiles/images/Our-Restaurant-menu-on.jpg" ;
	
	Rboxbuttonup       = new Image();
    Rboxbuttonup.src   = "images/online-res-box.jpg" ;
    Rboxbuttondown     = new Image() ;
    Rboxbuttondown.src = "images/online-res-box-on.jpg" ;
		
	Vboxbuttonup       = new Image();
    Vboxbuttonup.src   = "images/Gallery-View.jpg" ;
    Vboxbuttondown     = new Image() ;
    Vboxbuttondown.src = "images/Gallery-View-on.jpg" ;
	
	OurRestboxbuttonup       = new Image();
    OurRestboxbuttonup.src   = "images/OurRest-box.jpg" ;
    OurRestboxbuttondown     = new Image() ;
    OurRestboxbuttondown.src = "images/OurRest-box-on.jpg" ;
		
	
	FusionLoungebuttonup       = new Image();
    FusionLoungebuttonup.src   = "images/FusionLounge-box.jpg" ;
    FusionLoungebuttondown     = new Image() ;
    FusionLoungebuttondown.src = "images/FusionLounge-box-on.jpg" ;
				
		
}
function buttondown( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "down.src" );
    }
}
function buttonup ( buttonname )
{
    if (document.images) {
      document[ buttonname ].src = eval( buttonname + "up.src" );
    }
}


// -->

