function Buttonon(imag){
	document[imag].src = eval(imag+"on.src")
}

function Buttonoff(imag){
	document[imag].src = eval(imag+".src")
}


if(document.images){
	// *********** Buttons Off ***************************
             
			 b_club = new Image();      
             b_club.src = "images/buttons/b_club.gif"; 
			 b_contact = new Image();      
             b_contact.src = "images/buttons/b_contact.gif"; 
			 b_inside = new Image();      
             b_inside.src = "images/buttons/b_inside.gif"; 
			 b_new = new Image();      
             b_new.src = "images/buttons/b_new.gif"; 
			 b_wines = new Image();      
             b_wines.src = "images/buttons/b_wines.gif"; 
			 b_submit = new Image();      
             b_submit.src = "images/club/b_submit.gif"; 
			 b_prem = new Image();      
             b_prem.src = "images/club/b_premium.gif"; 
			
	// *********** Buttons On ********************************
			
			 b_clubon = new Image();      
             b_clubon.src = "images/buttons/b_club_on.gif"; 
			 b_contacton = new Image();      
             b_contacton.src = "images/buttons/b_contact_on.gif"; 
			 b_insideon = new Image();      
             b_insideon.src = "images/buttons/b_inside_on.gif"; 
			 b_newon = new Image();      
             b_newon.src = "images/buttons/b_new_on.gif"; 
			 b_wineson = new Image();      
             b_wineson.src = "images/buttons/b_wines_on.gif"; 
			 b_submiton = new Image();      
             b_submiton.src = "images/club/b_submit_on.gif"; 
			 b_premon = new Image();      
             b_premon.src = "images/club/b_premium_on.gif"; 
			
			}

