// JavaScript Document
	var oBL_Window;
	var sBL_DispObj_OpenTopMenuID = "";
	var sBL_DispObj_OpenTopMenuClass = "";
	var sBL_DispObj_OpenSubMenuID = "";
	var sBL_DispObj_MenuColumnClass = ""
	var sBL_Location = location.href;
	var bBL_ExtranetHP = false;	
	var sBL_OrderClass = "165";	
	
	document.unload = ClosePopup();

	if (sBrowserName == "Netscape" && nBrowserVer >= 3) {
		bImageSwap = true; }
	else if (sBrowserName == "Microsoft Internet Explorer" && nBrowserVer > 3) {
		bImageSwap = true;
	}
	
	


	

	function ClosePopup() {
		if (oBL_Window && oBL_Window.open && !oBL_Window.closed) {
			oBL_Window.close();
		}
	}

	function Cookie_Get(sName) {
		if (document.cookie.length > 0)  {
			var nPosStart = document.cookie.indexOf(sName + "=");
			if (nPosStart > -1) {
				nPosStart = nPosStart + sName.length + 1;
				var nPosEnd = document.cookie.indexOf(";", nPosStart);
				if (nPosEnd == -1) {
					nPosEnd = document.cookie.length;
				}
				return unescape(document.cookie.substring(nPosStart, nPosEnd));
			}
		}
		return "";
	}
	
	
function PopupWindow(sUrl, sWidth, sHeight) {
		ClosePopup()
		if (sWidth == null) {
			sWidth = "600";
		}
		if (sHeight == null) {
			sHeight = "600";
		}		
		oBL_Window = window.open(sUrl, "Popup", "width=" + sWidth + ",height=" + sHeight + ",alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=1,toolbar=0,z-lock=0");
	}
	
		
	function popUp() {
		var sLocation = sBL_Location;
		var nAmpLoc = sLocation.indexOf("#");
		if (nAmpLoc > -1) {
			sLocation = sLocation.substr(0, nAmpLoc)
		}
		if (document.getElementById("Content_FontSizeControlSmall")) {
			if (document.getElementById("Content_FontSizeControlSmall").className == "Content_FontSizeControlHover") {
				sLocation += "&BL_FontSize=x-small";
			}else if (document.getElementById("Content_FontSizeControlLarge").className == "Content_FontSizeControlHover") {
				sLocation += "&BL_FontSize=larger";
			}else if (document.getElementById("Content_FontSizeControlXLarge").className == "Content_FontSizeControlHover") {
				sLocation += "&BL_FontSize=large";
			}
		}
		PopupWindow("PrivacyPolicy.html", "600", "600");
	}
	
	
	

	
	
	
	
function StoragePopup(nID, nUsageID) {
		ClosePopup();
		oBL_Window = window.open("Page.asp?PageID=1105&StorageID=" + nID.toString() + "&Storage_UsageID=" + nUsageID, "PreviewWin", "width=1,height=1,alwaysLowered=0,alwaysRaised=0,channelmode=0,dependent=0,directories=0,fullscreen=0,hotkeys=1,location=0,menubar=0,resizable=1,scrollbars=1,status=0,titlebar=1,toolbar=0,z-lock=0");
	}
	

	
