function updateOverGraphics() {
				var URLArray = document.URL.split('/');

				var filenamePlusRequestString = URLArray[URLArray.length - 1];
				var filenamePlusRequestArray = filenamePlusRequestString.split('?');
				var filenamePlusAnchorString;
				if (filenamePlusRequestArray.length > 1) {
					filenamePlusAnchorString = filenamePlusRequestArray[filenamePlusRequestArray.length - 2];
					}
				else {
					filenamePlusAnchorString = filenamePlusRequestArray[filenamePlusRequestArray.length - 1];
					}
					
				var filenamePlusAnchorArray = filenamePlusAnchorString.split('#');
				var filename;
				if (filenamePlusAnchorArray.length > 1) {
					filename = filenamePlusAnchorArray[filenamePlusAnchorArray.length - 2];
					}
				else {
					filename = filenamePlusAnchorArray[filenamePlusAnchorArray.length - 1];
					}
				
				// alert("updateOverGraphics(filename=" + filename + ")");
				
		  		switch (filename) {
		  			case 'index.html':
		  				document['NavHome'].src = "site/images/navbar/ForeverFoiledNavHomeOver.gif";
		  				document['SectionHeader'].src = "site/images/sectionHeaders/SectionHeaderIntroducingAlbumImprintingByLisaHorst.gif";
						document.title = "Forever Foiled - Album Imprinting by Lisa Horst";
		  				break;
		  			case 'GraphicsSpine.html':
		  				document['NavGraphics'].src = "../images/navbar/ForeverFoiledNavGraphicsOver.gif";
		  				document['NavGraphicsSpine'].src = "../images/navbar/ForeverFoiledNavGraphicsSpineOver.gif";
		  				document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderGraphicsSpine.gif";
						document.title = "Forever Foiled - Graphics (Spine)";
		  				break;
		  			case 'GraphicsCover.html':
		  				document['NavGraphics'].src = "../images/navbar/ForeverFoiledNavGraphicsOver.gif";
		  				document['NavGraphicsCover'].src = "../images/navbar/ForeverFoiledNavGraphicsCoverOver.gif";
		  				document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderGraphicsCover.gif";
						document.title = "Forever Foiled - Graphics (Cover)";
		  				break;
		  			case 'GraphicsBack.html':
		  				document['NavGraphics'].src = "../images/navbar/ForeverFoiledNavGraphicsOver.gif";
		  				document['NavGraphicsBack'].src = "../images/navbar/ForeverFoiledNavGraphicsBackOver.gif";
		  				document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderGraphicsBack.gif";
						document.title = "Forever Foiled - Graphics (Back)";
		  				break;
		  			case 'WhatsNew.html':
		  				document['NavGraphics'].src = "../images/navbar/ForeverFoiledNavGraphicsOver.gif";
		  				document['NavGraphicsWhatsNew'].src = "../images/navbar/ForeverFoiledNavGraphicsWhatsNewOver.gif";
		  				document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderWhatsNew.gif";
						document.title = "Forever Foiled - Graphics (Back)";
		  				break;
		  			case 'Fonts.html':
		  				document['NavFonts'].src = "../images/navbar/ForeverFoiledNavFontsOver.gif";
		  				document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderFonts.gif";
						document.title = "Forever Foiled - Fonts";
		  				break;
		  			case 'Foils.html':
		  				document['NavFoils'].src = "../images/navbar/ForeverFoiledNavFoilsOver.gif";
		  				document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderFoils.gif";
						document.title = "Forever Foiled - Foils";
		  				break;
		  			case 'IdeasSamples.html':
		  				document['NavIdeasSamples'].src = "../images/navbar/ForeverFoiledNavIdeasSamplesOver.gif";
		  				document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderIdeasSamples.gif";
						document.title = "Forever Foiled - Ideas/Samples";
		  				break;
					/*
		  			case 'LatestAdditions.html':
		  				document['NavLatestAdditions'].src = "../images/navbar/ForeverFoiledNavLatestAdditionsOver.gif";
		  				document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderLatestAdditions.gif";
						document.title = "Forever Foiled - Latest Additions";
		  				break;
					case 'SamplesIdeas.html':
		  				document['NavSamplesIdeas'].src = "../images/navbar/ForeverFoiledNavSamplesIdeasOver.gif";
		  				document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderSamplesIdeas.gif";
						document.title = "Forever Foiled - Samples/Ideas";
		  				break;
					*/
		  			case 'PricesOrdering.html':
		  				document['NavPricesOrdering'].src = "../images/navbar/ForeverFoiledNavPricesOrderingOver.gif";
		  				document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderPricesOrdering.gif";
						document.title = "Forever Foiled - Prices/Ordering";
		  				break;
					case 'AboutUs.html':
		  				document['NavHome'].src = "../images/navbar/ForeverFoiledNavHomeOver.gif";
		  				// document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderHome.gif";
						document.title = "Forever Foiled - About Us";
		  				break;
					case 'ContactUs.html':
		  				document['NavContactUs'].src = "../images/navbar/ForeverFoiledNavContactUsOver.gif";
		  				document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderContactUs.gif";
						document.title = "Forever Foiled - Contact Us";
		  				break;
					case 'FAQ.html':
		  				document['NavFAQ'].src = "../images/navbar/ForeverFoiledNavFAQOver.gif";
		  				document['SectionHeader'].src = "../images/sectionHeaders/SectionHeaderFAQ.gif";
						document.title = "Forever Foiled - FAQ";
		  				break;
					 default :
					 // document.write("No match");
				}
}

/*
function showDetailPopup(event, aCaption, aImageName)
{
	setTimeout("\'delayedDetailPopup(" + event + ", " + aCaption + ", " + aImageName + ");\'", 1000);
}
*/

/*
function showDetailPopup(event, aCaption, aImageName)
{
	var lDelayFunctionCall = "delayDetailPopup(" + event + ", " + aCaption + ", " + aImageName + ")";
	setTimeout(lDelayFunctionCall,1000);
}
*/

function showDetailPopup(event, aCaption, aImageName)
{
	var lPopupDiv = document.getElementById("DetailPopupDiv");
	var lPopupDivCNode = document.getElementById("DetailPopupDivC");
	var lPopupDivBNode = document.getElementById("DetailPopupDivB");
	// alert("showDetailPopup(event.clientX=" + event.clientX + ",event.clientY=" + event.clientY + ")");
	
	if ((lPopupDiv) && (lPopupDivCNode) && (lPopupDivBNode))
	{
		lPopupDivCNode.innerHTML = '<img src="../images/graphics/' + aImageName + '">';
		lPopupDivBNode.innerHTML = aCaption;

		// lPopupDiv.style.left = event.clientX + 40;
		// lPopupDiv.style.top = event.clientY) - 110;
		lPopupDiv.style.left = mouseX(event) + 40;
		lPopupDiv.style.top = mouseY(event) - 110;
		lPopupDiv.style.visibility = 'visible';
	}
}

function hideDetailPopup()
{
	var lPopupDiv = document.getElementById("DetailPopupDiv");
	
	if (lPopupDiv)
	{
		lPopupDiv.style.visibility = 'hidden';
	}
}

function mouseX(evt) {
if (evt.pageX) return evt.pageX;
else if (evt.clientX)
   return evt.clientX + (document.documentElement.scrollLeft ?
   document.documentElement.scrollLeft :
   document.body.scrollLeft);
else return null;
}
function mouseY(evt) {
if (evt.pageY) return evt.pageY;
else if (evt.clientY)
   return evt.clientY + (document.documentElement.scrollTop ?
   document.documentElement.scrollTop :
   document.body.scrollTop);
else return null;
}

/*
function showFontSample(aFontSample, event) {
	switch(aFontSample) {
		case 'FontSampleGoudyLight':
			document['FontSample'].src = "../images/fonts/FontSampleGoudyLight.gif";
			break;
		case 'FontSampleGoudyCursive':
			document['FontSample'].src = "../images/fonts/FontSampleGoudyCursive.gif";
			break;
		case 'FontSampleNewsGothic':
			document['FontSample'].src = "../images/fonts/FontSampleNewsGothic.gif";
			break;
		default:
			break;
	}
	document['FontSample'].border = "1";
	// alert("showFontSample(event.clientX=" + event.clientX + ",event.clientY=" + event.clientY + ")");
	document.getElementById('FontSampleDiv').style.left = event.clientX + 10;
	document.getElementById('FontSampleDiv').style.top = event.clientY + 10;
	document.getElementById('FontSampleDiv').style.visibility = "visible";
}

function hideFontSample() {
	document['FontSample'].src = "../images/background/spacer.gif";
	document['FontSample'].border = "0";
	document.getElementById('FontSampleDiv').style.visibility = "hidden";
}
*/