﻿<!-- Begin Script needed for TS Subscribe Function -->
document.write("<scr"+"ipt type='text/javascript' language='javascript' src='http://static.travelscream.com/Support/overlib.js'></scr"+"ipt>");
document.write("<scr"+"ipt type='text/javascript' language='javascript' src='http://static.travelscream.com/Support/overlib_centerpopup.js'></scr"+"ipt> ");
document.write("<scr"+"ipt type='text/javascript' language='javascript' src='http://static.travelscream.com/scripts/TSScriptSupport.js'></scr"+"ipt> ");


			function TSShowCustomPopup(inDivID, inW, inH, inX, inFG, inBG)
			{
				var myHTMLData;
				myHTMLData = document.getElementById(inDivID).innerHTML;
				overlib(myHTMLData, WIDTH, inW, HEIGHT, inH, CAPTION, " ", STICKY, CLOSECLICK, FGCOLOR, inFG, BGCOLOR, inBG, CLOSECOLOR, "white", OFFSETX, inX);
			}
			
			function TSShowMenuHover(inDivID, inW, inH, inTimeout)
			{
				var myHTMLData;
				myHTMLData = document.getElementById(inDivID).innerHTML;
				overlib(myHTMLData, WIDTH, inW, HEIGHT, inH, STICKY, FGCOLOR, "white", TIMEOUT, inTimeout);
			}
			
			function TSObscurePage()
			{
				var mOverlay = document.getElementById("tsOverlayObscure");
				mOverlay.style.left = "0px";
				mOverlay.style.top = "0px";
				mOverlay.style.width = "100%";
				mOverlay.style.height = "100%";
				
				mOverlay.style.display = "block";
			}
 
			function TSUnobscurePage()
			{
				var mOverlay = document.getElementById("tsOverlayObscure");
				mOverlay.style.display = "none";
			}
 
			function TSShowMenuPopupNoClose(inDivID, inW, inH)
			{
				var myHTMLData;
				myHTMLData = document.getElementById(inDivID).innerHTML;
				overlib(myHTMLData, WIDTH, inW, HEIGHT, inH, STICKY, CENTERPOPUP, FGCOLOR, "white", BGCOLOR, "black");
			}
			
			function TSShowObscurePopup(inDivID, inW, inH)
			{
				TSObscurePage();
				TSShowMenuPopupNoClose(inDivID, inW, inH);
			}
			
			function CloseObscuredOverlib()
			{
				TSUnobscurePage();
				nd(0);		// call this twice for some reason?
				nd(0);
			}
			function showhideElement(inName)
			{
				if (document.getElementById(inName).style.display=="none") {
					document.getElementById(inName).style.display = "block";
				}
				else {
					document.getElementById(inName).style.display = "none";
				}
			}
			function TSShowSubscribePopup(inURL)
			{
				var myHTMLData = "<a href=\"javascript:void(0);\" onclick=\"javascript:CloseObscuredOverlib();\">Close</a><iframe width=\"800\" height=\"600\" src=\""+inURL+"\"></iframe>";
				overlib(myHTMLData, WIDTH, 800, HEIGHT, 600, STICKY, CENTERPOPUP, FGCOLOR, "white", BGCOLOR, "black");
			}
 

			
		
document.write("<div id='tsOverlayObscure' style='display: none; position: absolute; z-index: 200; background-color: black; opacity: 0.6; filter: alpha(opacity=70); left: 0px; top: 0px; width: 100%; height: 100%;'></div>");

