	function displaySection( whatSection )
	{
		// OPEN ONLY THE APPROPRIATE SECTION
		document.getElementById( whatSection + "Content" ).style.display = "block";
		document.getElementById( whatSection + "A" ).src="http://www.hallmark.com/wcsstore/HallmarkStore/images/Content/OtherSites/other_sites_" + whatSection + "_hdr_A.gif";	
	}
	
	
	function displayAll( )
	{
		document.getElementById( "favcharContent" ).style.display = "block";
		document.getElementById( "favcharA" ).src="http://www.hallmark.com/wcsstore/HallmarkStore/images/Content/OtherSites/other_sites_favchar_hdr_A.gif";
		document.getElementById( "productContent" ).style.display = "block";
		document.getElementById( "productA" ).src="http://www.hallmark.com/wcsstore/HallmarkStore/images/Content/OtherSites/other_sites_product_hdr_A.gif";
		document.getElementById( "bussolContent" ).style.display = "block";
		document.getElementById( "bussolA" ).src="http://www.hallmark.com/wcsstore/HallmarkStore/images/Content/OtherSites/other_sites_bussol_hdr_A.gif";
		document.getElementById( "enterContent" ).style.display = "block";
		document.getElementById( "enterA" ).src="http://www.hallmark.com/wcsstore/HallmarkStore/images/Content/OtherSites/other_sites_enter_hdr_A.gif";
		document.getElementById( "hmkownContent" ).style.display = "block";
		document.getElementById( "hmkownA" ).src="http://www.hallmark.com/wcsstore/HallmarkStore/images/Content/OtherSites/other_sites_hmkown_hdr_A.gif";
		document.getElementById( "intlContent" ).style.display = "block";
		document.getElementById( "intlA" ).src="http://www.hallmark.com/wcsstore/HallmarkStore/images/Content/OtherSites/other_sites_intl_hdr_A.gif";
	}
	
	function displayNone( whatSection )
	{
		// CLOSE ONLY THE APPROPRIATE SECTION
		document.getElementById( whatSection + "Content" ).style.display = "none";
		document.getElementById( whatSection + "A" ).src="http://www.hallmark.com/wcsstore/HallmarkStore/images/Content/OtherSites/other_sites_" + whatSection + "_hdr_IA.gif";	
	}
