<!-- begin hiding
if (document.images){

	bhome_up =	new Image
	bhome_over =	new Image

	bmachine_up = new Image
	bmachine_over = new Image
     
	bcontact_up = new Image
	bcontact_over = new Image
        
	bhome_up.src = 'art/bhomeup.gif'
	bhome_over.src = 'art/bhomeover.gif'
	
	bmachine_up.src = 'art/bmachineup.gif'
	bmachine_over.src = 'art/bmachineover.gif'

	bcontact_up.src = 'art/bcontactup.gif'
	bcontact_over.src = 'art/bcontactover.gif'

}//if   

else{

	bhome_up = ""
	bhome_over = ""

	bmachine_up = ""
	bmachine_over = ""

	bcontact_up = ""
	bcontact_over = ""

	document.home = ""        
	document.machine = ""
	document.contact = ""

}//else
// End hiding -->
