function showBannerPage(str)
			{
			var strPgLink;
			if (str.id=="bannerImage1")
			{if (document.getElementById("hBannerPageLink1") != null)
			{strPgLink = document.getElementById("hBannerPageLink1").value;	}
			}
			
			
			
			wnd =window.open(strPgLink);  
			if (wnd)
			{
			wnd.focus(); 
			}
			else
			{
			alert("Your browser seems to block the opening of popup windows.");
			}
			}