	if (document.images) 
	{
  	img1 = new Image(); 
	img2 = new Image();
	img3 = new Image();
	img4 = new Image();
	img5 = new Image();
	img6 = new Image();
	img7 = new Image();
	img8 = new Image();
	img9 = new Image();
	img10 = new Image();
						
  	img1.src = "http://veriboutique.com.au/images/VC_photos.gif"; 
	img2.src = "http://veriboutique.com.au/images/VCA_photos.gif"; 
	img3.src = "http://veriboutique.com.au/images/VS_photos.gif";
	img4.src = "http://veriboutique.com.au/images/VJC_photos.gif"; 
	img5.src = "http://veriboutique.com.au/images/GVE_photos.gif"; 
	img6.src = "http://veriboutique.com.au/images/VE_photos.gif";
	img7.src = "http://veriboutique.com.au/images/DGJ_photos.gif"; 
	img8.src = "http://veriboutique.com.au/images/DGC_photos.gif"; 
	img9.src = "http://veriboutique.com.au/images/JC_photos.gif"; 
	img10.src = "http://veriboutique.com.au/images/RC_photos.gif"; 
	}
	
	
	function swap_VC()
	{
	document.photo1.src='http://veriboutique.com.au/images/VC_photos.gif';
	}
	
	function swap_VCA()
	{
	document.photo1.src='http://veriboutique.com.au/images/VCA_photos.gif';
	}
	
	function swap_VS()
	{
	document.photo1.src='http://veriboutique.com.au/images/VS_photos.gif';
	}
	
	function swap_VJC()
	{
	document.photo1.src='http://veriboutique.com.au/images/VJC_photos.gif';
	}
	
	function swap_GVE()
	{
	document.photo1.src='http://veriboutique.com.au/images/GVE_photos.gif';
	}
	
	function swap_VE()
	{
	document.photo1.src='http://veriboutique.com.au/images/VE_photos.gif';
	}
	
	function swap_DGJ()
	{
	document.photo1.src='http://veriboutique.com.au/images/DGJ_photos.gif';
	}
	
	function swap_DGC()
	{
	document.photo1.src='http://veriboutique.com.au/images/DGC_photos.gif';
	}
	
	function swap_JC()
	{
	document.photo1.src='http://veriboutique.com.au/images/JC_photos.gif';
	}
	
	function swap_RC()
	{
	document.photo1.src='http://veriboutique.com.au/images/RC_photos.gif';
	}
	
	
	function clear_images()
	{}
