if(document.images)
{
	about_the_ring_off = new Image();	about_the_ring_off.src="/images/navigation/about_the_ring_off.gif";
	about_the_ring_on = new Image();	about_the_ring_on.src="/images/navigation/about_the_ring_on.gif";
	
	wedding_bands_off = new Image();	wedding_bands_off.src="/images/navigation/wedding_bands_off.gif";
	wedding_bands_on = new Image();	wedding_bands_on.src="/images/navigation/wedding_bands_on.gif";
	
	ring_gallery_off = new Image();	ring_gallery_off.src="/images/navigation/ring_gallery_off.gif";
	ring_gallery_on = new Image();	ring_gallery_on.src="/images/navigation/ring_gallery_on.gif";
	
	proposals_and_tips_off = new Image();	proposals_and_tips_off.src="/images/navigation/proposals_and_tips_off.gif";
	proposals_and_tips_on = new Image();	proposals_and_tips_on.src="/images/navigation/proposals_and_tips_on.gif";
	
	take_the_first_step_off = new Image();	take_the_first_step_off.src="/images/navigation/take_the_first_step_off.gif";
	take_the_first_step_on = new Image();	take_the_first_step_on.src="/images/navigation/take_the_first_step_on.gif";
	
	while_youre_at_it_off = new Image();	while_youre_at_it_off.src="/images/navigation/while_youre_at_it_off.gif";
	while_youre_at_it_on = new Image();	while_youre_at_it_on.src="/images/navigation/while_youre_at_it_on.gif";
	
	browse_the_ring_gallery_off = new Image();	browse_the_ring_gallery_off.src="/images/navigation/browse_the_ring_gallery_off.gif";
	browse_the_ring_gallery_on = new Image();	browse_the_ring_gallery_on.src="/images/navigation/browse_the_ring_gallery_on.gif";
	
	proposals_and_buying_tips_off = new Image();	proposals_and_buying_tips_off.src="/images/navigation/proposals_and_buying_tips_off.gif";
	proposals_and_buying_tips_on = new Image();	proposals_and_buying_tips_on.src="/images/navigation/proposals_and_buying_tips_on.gif";
	
	band_styles_off = new Image();	band_styles_off.src="/images/navigation/band_styles_off.gif";
	band_styles_on = new Image();	band_styles_on.src="/images/navigation/band_styles_on.gif";
	
	design_details_off = new Image();	design_details_off.src="/images/navigation/design_details_off.gif";
	design_details_on = new Image();	design_details_on.src="/images/navigation/design_details_on.gif";
	
	diamond_bands_off = new Image();	diamond_bands_off.src="/images/navigation/diamond_bands_off.gif";
	diamond_bands_on = new Image();	diamond_bands_on.src="/images/navigation/diamond_bands_on.gif";
  
  four_cs_off = new Image(); four_cs_off.src="/images/aboutthering/four_cs_off.gif";
  four_cs_on = new Image(); four_cs_on.src="/images/aboutthering/four_cs_on.gif";
  
  gemstone_shape_off = new Image(); gemstone_shape_off.src="/images/aboutthering/gemstone_shape_off.gif";
  gemstone_shape_on = new Image(); gemstone_shape_on.src="/images/aboutthering/gemstone_shape_on.gif";
  
  precious_metals_off = new Image(); precious_metals_off.src="/images/aboutthering/precious_metals_off.gif";
  precious_metals_on = new Image(); precious_metals_on.src="/images/aboutthering/precious_metals_on.gif";
  
  setting_off = new Image(); setting_off.src="/images/aboutthering/setting_off.gif";
  setting_on = new Image(); setting_on.src="/images/aboutthering/setting_on.gif";
  
	styles_of_settings_off = new Image(); styles_of_settings_off.src="/images/aboutthering/styles_of_settings_off.gif";
  styles_of_settings_on = new Image(); styles_of_settings_on.src="/images/aboutthering/styles_of_settings_on.gif";
  
  purchase_advice_off = new Image(); purchase_advice_off.src="/images/proposalstips/purchase_advice_off.gif";
  purchase_advice_on = new Image(); purchase_advice_on.src="/images/proposalstips/purchase_advice_on.gif";
  
  perfect_proposal_off = new Image(); perfect_proposal_off.src="/images/proposalstips/perfect_proposal_off.gif";
  perfect_proposal_on = new Image(); perfect_proposal_on.src="/images/proposalstips/perfect_proposal_on.gif";
}

function imageRoll(picName,picState)
{
	if(document.images)
	{
		document.images[picName].src = eval(picName + '_' + picState + '.src');
	}
}