function imagecache()
{
But1 = new Image(); 
But2 = new Image(); 
But3 = new Image(); 
But4 = new Image(); 
But5 = new Image(); 
But6 = new Image(); 

Photoselect1 = new Image(); 
Photoselect2 = new Image(); 

But1.src = 'gfx/button_home_02.gif';
But2.src = 'gfx/button_news_02.gif';
But3.src = 'gfx/button_about_02.gif';
But4.src = 'gfx/button_inns_02.gif';
But5.src = 'gfx/button_contact_02.gif';
But6.src = 'gfx/button_norfolk_02.gif';

Photoselect1.src = 'gfx/photos/photoselect01.jpg';
Photoselect2.src = 'gfx/photos/photoselect02.jpg';
}

function email(emailname)
{
	emailaddress='norfolkinns.co.uk';
	
	var confirmation = confirm ("Click OK to mail: "+ emailname + '@' + emailaddress)
	if (confirmation)
		window.location = "mailto:"+ emailname + '@' + emailaddress
}