var MouseOverImage = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var MouseOutImage = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var BulletIsSubTopic = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var BulletIsCurrentSubTopic = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var BulletCurrentNoSubTopic = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var BulletCurrentNoSubTopicOver = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var BulletCurrentHasSubTopic = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var BulletCurrentHasSubTopicOver = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var BulletNoSubTopic = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var BulletNoSubTopicOver = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var BulletHasSubTopic = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var BulletHasSubTopicOver = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var BulletIsParent = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var BulletIsParentOver = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var SiteMap_BulletIsParent_Over = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var SiteMap_BulletNoSubTopic_Over = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; var SiteMap_BulletIsSubTopic_Over = '../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif'; // PreLoad Images var imglist = new Array (MouseOverImage, MouseOutImage); var imgs = new Array(); var count; for (count=0; count= 3) || (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.substring(0,1) >= 4) ) { triangledown = new Image (); triangledown.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; triangle = new Image (460,30); triangle.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; trover = new Image (460,30); trover.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; plain = new Image (460,30); plain.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; plain2 = new Image (460,30); plain2.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletIsParent = new Image (460,30); BulletIsParent.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletCurrentNoSubTopic = new Image (460,30); BulletCurrentNoSubTopic.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletNoSubTopic = new Image (460,30); BulletNoSubTopic.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletHasSubTopic = new Image (460,30); BulletHasSubTopic.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletCurrentHasSubTopic = new Image (460,30); BulletCurrentHasSubTopic.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletIsSubTopic = new Image (460,30); BulletIsSubTopic.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletIsCurrentSubTopic = new Image (460,30); BulletIsCurrentSubTopic.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; SiteMap_BulletIsParent_Over = new Image (460,30); SiteMap_BulletIsParent_Over.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; SiteMap_BulletNoSubTopic_Over = new Image (460,30); SiteMap_BulletNoSubTopic_Over.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; SiteMap_BulletIsSubTopic_Over = new Image (460,30); SiteMap_BulletIsSubTopic_Over.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletIsParentOver = new Image (460,30); BulletIsParentOver.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletCurrentNoSubTopicOver = new Image (460,30); BulletCurrentNoSubTopicOver.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletNoSubTopicOver = new Image (460,30); BulletNoSubTopicOver.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletHasSubTopicOver = new Image (460,30); BulletHasSubTopicOver.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletCurrentHasSubTopicOver = new Image (460,30); BulletCurrentHasSubTopicOver.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletIsSubTopicOver = new Image (460,30); BulletIsSubTopicOver.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; BulletIsCurrentSubTopicOver = new Image (460,30); BulletIsCurrentSubTopicOver.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; SiteMap_BulletIsParent_Out = new Image (460,30); SiteMap_BulletIsParent_Out.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; SiteMap_BulletNoSubTopic_Out = new Image (460,30); SiteMap_BulletNoSubTopic_Out.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; SiteMap_BulletIsSubTopic_Out = new Image (460,30); SiteMap_BulletIsSubTopic_Out.src="../vGraphics/bullet-orangetoc.gif/$file/bullet-orange.gif"; } function navMouseOver(imgname,imgnew) { if ((navigator.appName.substring(0,8) == "Netscape" && navigator.appVersion.substring(0,1) >= 3) || (navigator.appName == "Microsoft Internet Explorer" && navigator.appVersion.substring(0,1) >= 4) ) document.images[imgname].src=eval(imgnew + ".src"); } function addHit(linkobject) { CurrentLocation = window.parent.location.href; // Trim any anchor from the CurrentLocation if (CurrentLocation.lastIndexOf("#") != -1) {CurrentLocation = CurrentLocation.substring(0,CurrentLocation.indexOf("#")); } var URLToOpen = "../AddHit?OpenAgent&Referer=" + CurrentLocation + "&URLToOpen=" + linkobject.href; window.location.href = URLToOpen; return false; }