      
      
      
   // These are for the root Directory ( Default )


var uplink="";
var pics="";
var downlink="";
var choice = 0;
var max_number_of_ads = 2;

// These are for the Sub Directories
 if (( location.href.indexOf("accomodation/") > 0)  ||
	 ( location.href.indexOf("air/") > 0)   		||
	 ( location.href.indexOf("main/") > 0)   		||
	 ( location.href.indexOf("agents/") > 0)   		||
     ( location.href.indexOf("hotel/") > 0 ) 		||    
     ( location.href.indexOf("family/") > 0 ) 		|| 
     ( location.href.indexOf("trip/") > 0 )    		||
     ( location.href.indexOf("package/") > 0 ) 		||
     ( location.href.indexOf("photography/") > 0 ) 	||
     ( location.href.indexOf("places/") > 0 ) 		||
     ( location.href.indexOf("potpourri/") > 0 ) 	||
     ( location.href.indexOf("resources/") > 0 )	||
     ( location.href.indexOf("store/") > 0 ) 		||
     ( location.href.indexOf("transport/") > 0 ) )

 {
 	uplink="../";
 	pics="../";
 	downlink="../";
 }

// Stores
 if (( location.href.indexOf("book/") > 0)       ||
     ( location.href.indexOf("cgi-bin/store/") > 0 ))
 {
 	uplink="../../";
 	pics="../../";
 	downlink="../../";
 }


// TUX
 if ( location.href.indexOf("cgi-bin/tux/") > 0 )
 {
 	uplink="../../";
 	pics="../../";
 	downlink="../../";
 }

// Family
 if ( location.href.indexOf("cgi-bin/family/") > 0 )
 {
 	uplink="../../";
 	pics="../../";
 	downlink="../../";
 }



// Countries
 if (( location.href.indexOf("canada/") > 0)     ||
      ( location.href.indexOf("germany/") > 0 ) ||
      ( location.href.indexOf("ireland/") > 0 ) ||
      ( location.href.indexOf("italy/") > 0 ) ||
     ( location.href.indexOf("unitedstates/") > 0 ))
 {
 	uplink="../../";
 	pics="../../";
 	downlink="../../";
 }


// States or Territories 
 if (( location.href.indexOf("nevada/") > 0)    ||
     ( location.href.indexOf("michigan/") > 0 ) ||
     ( location.href.indexOf("veneto/") > 0 ) ||
     ( location.href.indexOf("tuscany/") > 0 ) ||
     ( location.href.indexOf("bavaria/") > 0 ))
 {
 	uplink="../../../";
 	pics="../../../";
 	downlink="../../../";
 }

// Cities
 if (( location.href.indexOf("lasvegas/") > 0)  ||
     ( location.href.indexOf("venice/") > 0 ) ||
     ( location.href.indexOf("florence/") > 0 ) ||
     ( location.href.indexOf("munich/") > 0 ))
 {
 	uplink="../../../../";
 	pics="../../../../";
 	downlink="../../../../";
 }


// What U seek
 if ( location.href.indexOf("whatuseek") > 0)
 {
 	uplink="http://www.travelunplugged.com/";
 	pics="http://www.travelunplugged.com/";
 	downlink="http://www.travelunplugged.com/";
 }

// SiteLevelSearch
 if ( location.href.indexOf("sitelevelsearch") > 0)
 {
 	uplink="http://www.travelunplugged.com/";
 	pics="http://www.travelunplugged.com/";
 	downlink="http://www.travelunplugged.com/";
 }



// Photography Sections
 if (( location.href.indexOf("photography/roku") > 0)     ||
     ( location.href.indexOf("photography/canon") > 0 ))
 {
 	uplink="../../";
 	pics="../../";
 	downlink="../../";
 }




document.write(' <font face="Arial" color="#D98018" size="4">  ');

// Outside Blue Box 
document.write('<table border="0" cellpadding=0 cellspacing=0  width="1000"><tr><td width=10 bgcolor=#0000FF></td><td>');


    document.write('<table border=0 cellpadding=0 cellspacing=0  width="100%">');

//           // BLUE STRIP ROW 
//           document.write('<tr>');
//   
//   	        document.write('<td bgcolor=#0000FF colspan=2><font size=1><BR></font>');
//   	        document.write('</td>');
//   
//           document.write('</tr>');
//   
//           // PIN STRIP ROW
//           document.write('<tr>');
//   
//   	        document.write('<td bgcolor=#000000 colspan=2>');
//   	        document.write('</td>');
//   
//           document.write('</tr>');

        // LOGO & AD
        document.write('<tr valign=center>');

	        document.write('<td bgcolor=#0000FF width="206">');
		        document.write('<A HREF="'+uplink+'index.html"><IMG SRC="'+pics+'i/logo9cupper.gif" width="262" height="5" alt="Travel Unplugged" border="0"></A>');
            document.write('</td>');

	        document.write('<td bgcolor=#0000FF align=left>');
		        document.write('<IMG SRC="'+pics+'i/banner9upper.gif" width="728" height="5">');
            document.write('</td>');

	        document.write('<td bgcolor=#0000FF align=left>');
		        document.write('<IMG SRC="'+pics+'i/blank9upper.gif" width="10" height="5">');
            document.write('</td>');

        document.write('</tr>');

        document.write('<tr valign=center>');

	        document.write('<td bgcolor=#0000FF width="206">');
		        document.write('<A HREF="'+uplink+'index.html"><IMG SRC="'+pics+'i/logo9c.gif" width="262" height="90" alt="Travel Unplugged" border="0"></A>');
            document.write('</td>');

            if (( location.href == "http://www.travelunplugged.com/" ) || ( location.href == "http://www.travelunplugged.com/index.html" ))
            {
		        document.write('<td bgcolor=#0000FF align=left>');

	            document.write('<IMG SRC="'+pics+'i/europefeature1.jpg" width="728" height="90" border="0" alt="Europe Feature Coming Next">');
            }
            else
            {
		        document.write('<td bgcolor=#FFFFFF align=left>');

				// Banner Ads Are Here ( Preffered Size is 728 x 90 )  ( Checked April 5, 2007 )

				max_number_of_ads = 24;

				choice = Math.round( Math.random() * ( max_number_of_ads - 1 ) ) + 1;

				// document.write('<BR>Choice = ', choice ); 

	   	// Travel Unplugged

				// Travel Unplugged Feature
 				if ( choice == 1) document.write('<IMG SRC="'+pics+'i/europefeature1.jpg" width="728" height="90" border="0" alt="Europe Feature Coming Next">');

		// Discover 

				// The Miles Card from Discover® Card
 				if ( choice == 2) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=303251&of=108&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/814c0c0d-02a4-41ba-96a7-2d3beaa9832c.gif?121136&100" width="728" height="90" alt="The Miles Card from Discover® Card" border="0"></a>');

				// Discover® Gas Card
 				if ( choice == 3) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=304087&of=111&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/f2bbaaf3-75e2-434f-93ad-08f76ab33d51.gif?121136&100" width="728" height="90" alt="Discover® Gas Card" border="0"></a>');

	   	// American Express

				// Blue Sky®  from American Express
 				if ( choice == 4) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=302236&of=358&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/e0e81b20-bdf5-44d9-9402-a0fccf3f2763.gif?121136&100" width="468" height="60" alt="Blue Sky®  from American Express" border="0"></a>');

                // Gold Delta SkyMiles® Business Credit Card from OPEN
 				if ( choice == 5) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=304962&of=116&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/d071c986-6efd-4195-ac4f-37f7fe57f542.gif?121136&100" width="728" height="90" alt="Gold Delta SkyMiles® Business Credit Card from OPEN" border="0"></a>');

	            // Gold Delta SkyMiles® Credit Card
 				if ( choice == 6) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=300356&of=57&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/437e0dbe-d201-444f-a777-9a10cc6ceb77.jpg?121136&100" width="468" height="60" alt="Gold Delta SkyMiles® Credit Card" border="0"></a>');

				// Hilton HHonors® Platinum Credit Card from American
 				if ( choice == 7) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=300297&of=81&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/7ed90daf-71a7-4c81-b54e-9784ca88872c.gif?121136&100" width="468" height="60" alt="Hilton HHonors® Platinum Credit Card from American" border="0"></a>');

				// IN:Chicago ® Card from American Express
 				if ( choice == 8) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=302272&of=332&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/9acf1e2d-01db-4668-8e0d-e2c303b27bf0.gif?121136&100" width="728" height="90" alt="IN:Chicago ® Card from American Express" border="0"></a>');

				// IN:LA ® Card from American Express
 				if ( choice == 9) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=302284&of=333&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/362bbba5-37e0-43f1-9173-cea0e7f466dc.gif?121136&100" width="728" height="90" alt="IN:LA ® Card from American Express" border="0"></a>');

				// IN:NYC ® Card from American Express
 				if ( choice == 10) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=300307&of=207&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/f1fe9554-ca58-4a30-a3ab-5e760609e904.gif?121136&100" width="728" height="90" alt="IN:NYC ® Card from American Express" border="0"></a>');

				// JetBlue Business Credit Card from American Express
 				if ( choice == 11) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=304332&of=540&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/57a1d39a-c665-414a-99c3-cb2819a21fc2.gif?121136&100" width="468" height="60" alt="JetBlue Business Credit Card from American Express" border="0"></a>');

				// JetBlue Card from American Express
 				if ( choice == 12) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=300318&of=321&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/e7e03671-886a-4155-833b-f2a9b9cd0053.gif?121136&100" width="728" height="90" alt="JetBlue Card from American Express" border="0"></a>');

				// Platinum Business FreedomPass Credit Card from OPEN(sm) the small business team
 				if ( choice == 13) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=302254&of=359&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/5c1b1a3c-7c58-4237-b0fb-d3862eb8c6da.gif?121136&100" width="468" height="60" alt="Platinum Business FreedomPass Credit Card from OPEN(sm) the small business team" border="0"></a>');

				// Starwood Preferred Guest® Business Credit Card from American Express
 				if ( choice == 14) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=304342&of=541&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/504c9723-09d5-49a3-b43d-7f1268c0503c.gif?121136&100" width="468" height="60" alt="Starwood Preferred Guest® Business Credit Card from American Express" border="0"></a>');

				// Starwood Preferred Guest® Credit Card
 				if ( choice == 15) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=304322&of=82&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/66b83366-324f-4120-ad5d-04063112508a.gif?121136&100" width="728" height="90" alt="Starwood Preferred Guest® Credit Card" border="0"></a>');


		// Travel Unplugged

				// Travel Unplugged Feature
 				if ( choice == 16) document.write('<IMG SRC="'+pics+'i/europefeature1.jpg" width="728" height="90" border="0" alt="Europe Feature Coming Next">');

		// Chase

				// British Airways Visa® Signature Card
 				if ( choice == 17) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=300106&of=280&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/ac6a5520-993f-4bc6-888d-b3a796ac65e8.gif?121136&100" width="468" height="60" alt="British Airways Visa® Signature Card" border="0"></a>');

				// Chase BP Visa® Rewards Card
 				if ( choice == 18) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=303337&of=422&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/c07e412c-6df4-462e-82fa-c8dc0fa3684a.gif?121136&100" width="468" height="60" alt="Chase BP Visa® Rewards Card" border="0"></a>');

				// Chase Flexible Rewards Platinum Visa®
 				if ( choice == 19) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=303008&of=316&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/ae5fc48d-f4eb-4d38-bf8f-e778bccec06c.gif?121136&100" width="468" height="60" alt="Chase Flexible Rewards Platinum Visa®" border="0"></a>');

				// Chase Travel Plus Platinum Visa
				if ( choice == 20) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=303181&of=410&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/135d2dfc-1223-4fd1-9119-a4eddf3815d3.gif?121136&100" width="468" height="60" alt="Chase Travel Plus Platinum Visa®" border="0"></a>');
 
				// Continental Airlines Business MasterCard® from Chase
 				if ( choice == 21) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=303514&of=438&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/08dadb70-7990-41ab-87ae-5494c57cf19e.gif?121136&100" width="728" height="90" alt="Continental Airlines Business MasterCard® from Chase" border="0"></a>');

				// Continental Airlines® World MasterCard® from Chase
 				if ( choice == 22) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=300116&of=16&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/f7197b23-674e-45f3-b5d9-18f51de1fa96.gif?121136&100" width="468" height="60" alt="Continental Airlines® World MasterCard® from Chase" border="0"></a>');

				// United Mileage Plus® Platinum Business Card
 				if ( choice == 23) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=302862&of=385&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/06256d30-3809-4044-b22d-4f1158e1a0cc.gif?121136&100" width="468" height="60" alt="United Mileage Plus® Platinum Business Card" border="0"></a>');

				// United Mileage Plus® Signature Visa® Card
 				if ( choice == 24) document.write('<a href="http://links.ncsreporting.com/redirect.aspx?cr=300193&of=107&af=121136&ac=100" target="_blank"><img src="http://img1.ncsreporting.com/98557de6-112d-4c53-bc18-c2b95958a4bb.gif?121136&100" width="468" height="60" alt="United Mileage Plus® Signature Visa® Card" border="0"></a>');

				//
 				if ( choice == 26) document.write('');

				//
 				if ( choice == 27) document.write('');

				//
 				if ( choice == 28) document.write('');

				//
 				if ( choice == 29) document.write('');

				//
 				if ( choice == 30) document.write('');

				//
 				if ( choice == 31) document.write('');

				//
 				if ( choice == 32) document.write('');









//				document.write('<BR>Plan Your Escape');
            }
            document.write('</td>');

	        document.write('<td bgcolor=#FFFFFF align=left width=10>');
		        document.write('');
            document.write('</td>');

        document.write('</tr>');

        document.write('<tr valign=center>');

	        document.write('<td bgcolor=#0000FF width="206">');
		        document.write('<A HREF="'+uplink+'index.html"><IMG SRC="'+pics+'i/logo9clower.gif" width="262" height="12" alt="Travel Unplugged" border="0"></A>');
            document.write('</td>');

	        document.write('<td bgcolor=#0000FF align=left>');
		        document.write('<IMG SRC="'+pics+'i/banner9lower.gif" width="728" height="12">');
            document.write('</td>');

	        document.write('<td bgcolor=#0000FF align=left>');
		        document.write('<IMG SRC="'+pics+'i/blank9lower.gif" width="10" height="12">');
            document.write('</td>');

        document.write('</tr>');


//           // PIN STRIP ROW
//           document.write('<tr>');
//   
//   
//   	        document.write('<td bgcolor=#000000 colspan=2>');
//   	        document.write('</td>');
//   
//           document.write('</tr>');
//   
//           // BLUE STRIP ROW 
//           document.write('<tr>');
//   
//   	        document.write('<td bgcolor=#0000FF colspan=2><font size=1><BR></font>');
//   	        document.write('</td>');
//   
//           document.write('</tr>');
        
        // BOTTOM ROW
        document.write('<tr valign=bottom>');
            // Selection tabs
        
        	document.write('<td bgcolor=#FFFFFF COLSPAN="3" width=1000>');
        	
        		document.write('<center>');
        		document.write('<table border=0 bgcolor=1F73E5 cellpadding=0 cellspacing=0 width=1000>');
        		document.write('<tr valign=center>');
        
        			// HOME
                    if (  (  (location.href.indexOf(".com/index")) > 0   ) || (  (location.href.indexOf(".com/sitemap")) > 0 ) || ( (location.href.indexOf(".com/contact")) > 0) )
        			{
                        tabcolor = '#002FA1';
                        hclass = 'HSelected';
        			}
        			else
        			{
                        tabcolor = '#1F73E5';
                        hclass = 'HorSel';
        			}
                    document.write('<td bgcolor='+tabcolor+' width=16></td>');
                    document.write('<td bgcolor='+tabcolor+' width=115 align=left><font size=4><b>');
        	 		document.write('<A HREF="'+uplink+'index.html" class='+hclass+' >');
                    document.write('<DIV ID="d1" onmouseover="showpos(this,homedrop,-17,-3);" onmouseout="hidepos(this,homedrop);" >Home</DIV>');
        	 		document.write('</A>');
        			document.write('</b></font></td>');

        			// PLAN
        			if (( location.href.indexOf("resources/") > 0) || ( location.href.indexOf("photography/") > 0 ) )
        			{
                        tabcolor = '#002FA1';
                        hclass = 'HSelected';
        			}
        			else
        			{
                        tabcolor = '#1F73E5';
                        hclass = 'HorSel';
        
        			}
                    document.write('<td bgcolor='+tabcolor+' width=16></td>');
                    document.write('<td bgcolor='+tabcolor+' width=115 align=left><font size=4><b>');
        	 		document.write(' <A HREF="'+downlink+'resources/index.html" class='+hclass+' >');
                    document.write(' <DIV ID="d2" onmouseover="showpos(this,plandrop,-17,-3);" onmouseout="hidepos(this,plandrop);" >Plan</DIV>');
        	 		document.write(' </A>');
        			document.write('</b></font></td>');
       

        			// ESCAPE
        			if ( ( location.href.indexOf("places/") > 0 ) || ( location.href.indexOf("trip/") > 0 ) || ( location.href.indexOf("package/") > 0) )
        			{
                        tabcolor = '#002FA1';
                        hclass = 'HSelected';
        			}
        			else
        			{
                        tabcolor = '#1F73E5';
                        hclass = 'HorSel';
        
        			}
        			document.write('<td bgcolor='+tabcolor+' width=16></td>');
        			document.write('<td bgcolor='+tabcolor+' width=115 align=left><font size="4"><b>');
        	 		document.write(' <A HREF="'+downlink+'places/index.html" class='+hclass+' >');
                    document.write(' <DIV ID="d2" onmouseover="showpos(this,escapedrop,-17,-3);" onmouseout="hidepos(this,plandrop);" >Escape</DIV>');
        	 		document.write(' </A>');
        			document.write('</b></font></td>');
        
        			// STAY
        			if (( location.href.indexOf("accomodation/") > 0) ||
        			    ( location.href.indexOf("hotel/") > 0) || 
        			    ( location.href.indexOf("type=hotels") > 0) )
        			{
                        tabcolor = '#002FA1';
                        hclass = 'HSelected';
        			}
        			else
        			{
                        tabcolor = '#1F73E5';
                        hclass = 'HorSel';
        
        			}
        
        			document.write('<td bgcolor='+tabcolor+' width=16></td>');
        			document.write('<td bgcolor='+tabcolor+' width=115 align=left><font size="4"><b>');
        	 		document.write(' <A HREF="'+downlink+'accomodation/index.html" class='+hclass+' >');
                    document.write(' <DIV ID="d2" onmouseover="showpos(this,accomodrop,-17,-3);" onmouseout="hidepos(this,accomodrop);" >Stay</DIV>');
        	 		document.write(' </A>');
        			document.write('</b></font></td>');
        
        			// MOVE
        			if (( location.href.indexOf("air/") > 0)           ||
        			    ( location.href.indexOf("transport/") > 0 )    ||
        			    ( location.href.indexOf("tux/air") > 0 )       || 
                        ( location.href.indexOf("type=airlines") > 0 ) ||
                        ( location.href.indexOf("type=cars") > 0 )     ||
                        ( location.href.indexOf("type=cruises") > 0 )  || 
                        ( location.href.indexOf("type=trains") > 0 ))
        
        			{
                        tabcolor = '#002FA1';
                        hclass = 'HSelected';
        			}
        			else
        			{
                        tabcolor = '#1F73E5';
                        hclass = 'HorSel';
        
        			}
        			document.write('<td bgcolor='+tabcolor+' width=16></td>');
        			document.write('<td bgcolor='+tabcolor+' width=115 align=left><font size="4"><b>');
        	 		document.write(' <A HREF="'+downlink+'transport/index.html" class='+hclass+' >');
                    document.write(' <DIV ID="d2" onmouseover="showpos(this,transdrop,-17,-3);" onmouseout="hidepos(this,transdrop);" >Move</DIV>');
        	 		document.write(' </A>');
        			document.write('</b></font></td>');
       
        
        
        
        
        
        			// BOOKING
        			if ( location.href.indexOf("agents/") > 0)
        			{
                        tabcolor = '#002FA1';
                        hclass = 'HSelected';
        			}
        			else
        			{
                        tabcolor = '#1F73E5';
                        hclass = 'HorSel';
        
        			}
        			document.write('<td bgcolor='+tabcolor+' width=16></td>');
        			document.write('<td bgcolor='+tabcolor+' width=115 align=left><font size="4"><b>');
        	 		document.write(' <A HREF="'+downlink+'agents/index.html" class='+hclass+' >');
                    document.write(' <DIV ID="d2" onmouseover="showpos(this,bookdrop,-17,-3);" onmouseout="hidepos(this,bookdrop);" >Book</DIV>');
        	 		document.write(' </A>');
        			document.write('</b></font></td>');
        
         

        			// SEARCH BOX
        			if ( location.href.indexOf("search.pl") > 0)
        			{
                        tabcolor = '#002FA1';
                        hclass = 'HSelected';
        			}
        			else
        			{
                        tabcolor = '#1F73E5';
                        hclass = 'HorSel';
        
        			}
        			document.write('<td bgcolor='+tabcolor+' width=200 align=left>');

                        document.write('<!-- TUX SEARCH BOX begin -->       ');
                        document.write('<TABLE border=0 bordercolor=RED><TR>');
                        document.write('<FORM action="'+uplink+'cgi-bin/tux/search.pl" method="POST" enctype="application/x-www/form-urlencoded">');
                        document.write('<TD align=left>');
                        document.write('<font size=2><INPUT TYPE="text" NAME="searchterms" SIZE="20" class="searchbox"> ');
		                document.write('<input type="image" border=0 name="NAME" src="'+pics+'i/go1.jpg"></font>');
                        document.write('</TD></FORM></TR></TABLE>');
                        document.write('<!-- TUX SEARCH BOX End -->     ');

        		    document.write('</td>');

                    // Use up Extra
        			document.write('<td width=* >');
        		    document.write('</td>');

        
        		document.write('</tr>');
        		document.write('</table>');
        	    document.write('</center>');
        
        	document.write('</td>');
        
        document.write('</tr> ');
        

document.write('	</TABLE>');

document.write('</td><td width=10 bgcolor=#0000FF></td></tr></table>');

// Tool Bar Pull Down
document.write('  <DIV ID="toolspread" CLASS="toolbardown" STYLE="display:none">							   					');
document.write('  <table>																								');
document.write('  <tr>																									');
document.write('  <td width=15></td>																						');
document.write('  <td width=500><font size=1>																	');
document.write('  <A HREF="http://www.forexdirectory.net/chartsfx.html" target="_blank" class="toolbar">FOREX</A> |	');
document.write('  <A HREF="http://www.travlang.com/money/" target="_blank" class="toolbar">Rates</A> |				');
document.write('  <A HREF="http://www.timeanddate.com/calendar/" target="_blank" class="toolbar">Calendar</A> |		');
document.write('  <A HREF="http://www.google.com/" target="_blank" class="toolbar">Goggle</A> |						');
document.write('  <A HREF="http://www.tripadvisor.com/" target="_blank" class="toolbar">Trip Advisor</A> |			');
document.write('  <A HREF="http://www.mapquest.com/" target="_blank" class="toolbar">MapQuest</A> |					');
document.write('  <A HREF="http://www.weather.com/" target="_blank" class="toolbar">Weather</A>						');
//document.write('  <A HREF="" target="_blank" class="SideBar"></A>													');
document.write('  </font></td></tr></table>																		');
document.write('  </DIV>																								');


// HOME Pull Down
document.write('<DIV ID="homedrop" CLASS="horzseldown" onmouseover="showpos(this,homedrop,0,0);" onmouseout="hidepos(this,homedrop);">							   					');
document.write('<table border=0 bordercolor=black bgcolor=#002FA1 width=134><tr><td width=10></td><td><font size=3><b>');
//document.write('  <A HREF="'+downlink+'about.html" class="HorSel">About</A><BR>');
document.write('  <A HREF="'+uplink+'index.html" class='+hclass+' ><font size=4><b>Home</b></font></A><BR>');
document.write('  <A HREF="'+downlink+'sitemap.html" class="HorSel">Site Map</A><BR>');
document.write('  <A HREF="'+downlink+'cgi-bin/tux/submit.pl" class="HorSel">Add A Site</A><BR>');
document.write('  <A HREF="'+downlink+'contact.html" class="HorSel">Contact</A><BR>');
document.write('  <A HREF="'+downlink+'TUX.html" class="HorSel">Search</A>');
document.write('</b></font></td></tr></table>');
document.write('</DIV>');


// PLAN Planning Pull Down
document.write('  <DIV ID="plandrop" CLASS="horzseldown"  onmouseover="showpos(this,plandrop,0,0);" onmouseout="hidepos(this,plandrop);">							   					');
document.write('  <table border=0 bordercolor=black bgcolor=#002FA1 width=134><tr><td width=10></td><td><font size=3><b>');
document.write('  <A HREF="'+uplink+'resources/resources.html" class='+hclass+' ><font size=4><b>Plan</b></font></A><BR>');
document.write(' <A HREF="'+downlink+'resources/news.html" class="HorSel" >News</A><BR>');
document.write(' <A HREF="'+downlink+'resources/mapping.html" class="HorSel" >Mapping</A><BR>');
document.write(' <A HREF="'+downlink+'resources/official.html" class="HorSel" >Reference</A><BR>');
document.write(' <A HREF="'+downlink+'resources/misc.html" class="HorSel" >Information</A><BR>');
document.write(' <A HREF="'+downlink+'photography/index.html" class="HorSel" >Photography</A>');
document.write(' <A HREF="'+downlink+'store/book/index.html" class="HorSel" >Books</A><BR>');
document.write(' <A HREF="'+downlink+'cgi-bin/store/products.pl?locale=us&input_string=Travel&mode=magazines" class="HorSel" >Magazines</A> ');
document.write('  </b></font></td></tr></table>');
document.write('  </DIV>');


// ESCAPE Planning Pull Down
document.write('  <DIV ID="escapedrop" CLASS="horzseldown"  onmouseover="showpos(this,escapedrop,0,0);" onmouseout="hidepos(this,escapedrop);">							   					');
document.write('  <table border=0 bordercolor=black bgcolor=#002FA1 width=134><tr><td width=10></td><td><font size=3><b>');
document.write('  <A HREF="'+uplink+'places/index.html" class='+hclass+' ><font size=4><b> Escape </b></font></A><BR>');
document.write(' <A HREF="'+downlink+'places/countries.html" class="HorSel" >Countries</A><BR>');
document.write(' <A HREF="'+downlink+'places/guides.html" class="HorSel" >Guides</A><BR>');
document.write(' <A HREF="'+downlink+'places/reviews.html" class="HorSel" >Reviews</A><BR>');
document.write(' <A HREF="'+downlink+'trip/index.html" class="HorSel" >Reports</A><BR>');
document.write(' <A HREF="'+downlink+'package/package.html" class="HorSel" >Package</A><BR>');
document.write(' <A HREF="'+downlink+'package/tours.html" class="HorSel" >Tours</A><BR>');
document.write(' <A HREF="'+downlink+'package/misc.html" class="HorSel" >Speciality</A>');
document.write('  </b></font></td></tr></table>');
document.write('  </DIV>');

                   
// STAY Accomodation Pull Down
document.write('  <DIV ID="accomodrop" CLASS="horzseldown"  onmouseover="showpos(this,accomodrop,0,0);" onmouseout="hidepos(this,accomodrop);">							   					');
document.write('  <table border=0 bordercolor=black bgcolor=#002FA1 width=134><tr><td width=10></td><td><font size=3><b>');
document.write('  <A HREF="'+uplink+'accomodation/index.html" class='+hclass+' ><font size=4><b>Stay</b></font></A><BR>');
document.write('  <A HREF="'+downlink+'cgi-bin/tux/display.pl?type=hotels&letter=A" class="HorSel">Hotels</A><BR>');
document.write('  <A HREF="'+downlink+'cgi-bin/tux/display.pl?type=hotels&letter=A" class="HorSel">Resorts</A><BR>');
document.write('  <A HREF="'+downlink+'accomodation/misc.html" class="HorSel">Rentals</A><BR>');
document.write('  <A HREF="'+downlink+'accomodation/misc.html" class="HorSel">Villas</A><BR>');
document.write('  <A HREF="'+downlink+'accomodation/misc.html" class="HorSel">Search</A><BR>');
document.write('  <A HREF="'+downlink+'accomodation/misc.html" class="HorSel">Reviews</A>');
document.write('  </b></font></td></tr></table>');
document.write('  </DIV>');

// MOVE Transportation Pull Down
document.write('  <DIV ID="transdrop"  CLASS="horzseldown" onmouseover="showpos(this,transdrop,0,0);" onmouseout="hidepos(this,transdrop);" >   ');
document.write('  <table border=0 bordercolor=black bgcolor=#002FA1 width=134><tr><td width=10></td><td><font size=3><b>');
document.write(' <A HREF="'+downlink+'transport/index.html" class='+hclass+' ><font size=4><b>Move</b></font></A><BR>');
//document.write(' <A HREF="'+downlink+'air/index.html" class="HorSel" >AIR</A><BR>');
document.write(' <A HREF="'+downlink+'cgi-bin/tux/display.pl?type=airlines&letter=A" class="HorSel" >Airlines</A><BR>');
document.write(' <A HREF="'+downlink+'air/airports.html" class="HorSel" >Airports</A><BR>');
document.write(' <A HREF="'+downlink+'air/misc.html" class="HorSel" >Consolidators</A><BR>');
document.write(' <A HREF="'+downlink+'air/misc.html" class="HorSel" >Charter Air</A><BR>');
//document.write(' <A HREF="'+downlink+'air/misc.html" class="HorSel" > - Search</A><BR>-----<BR>');
document.write(' <A HREF="'+downlink+'cgi-bin/tux/display.pl?type=cars" class="HorSel" >Car Rental</A><BR>');
document.write(' <A HREF="'+downlink+'cgi-bin/tux/display.pl?type=cars" class="HorSel" >Car Leasing</A><BR>');
document.write(' <A HREF="'+downlink+'cgi-bin/tux/display.pl?type=trains" class="HorSel" >Rail</A><BR>');
document.write(' <A HREF="'+downlink+'cgi-bin/tux/display.pl?type=cruises" class="HorSel" >Cruises</A><BR>');
document.write('  </b></font></td></tr></table>');
document.write('  </DIV>');


// BOOK Booking Pull Down
document.write('  <DIV ID="bookdrop" CLASS="horzseldown" onmouseover="showpos(this,bookdrop,0,0);" onmouseout="hidepos(this,bookdrop);">							   					');
document.write('  <table border=0 bordercolor=black bgcolor=#002FA1 width=134><tr><td width=10></td><td><font size=3><b>');
document.write('  <A HREF="'+uplink+'agents/index.html" class='+hclass+'><font size=4><b>Book</b></font></A><BR>');
document.write(' <A HREF="'+downlink+'agents/search.html" class="HorSel" >Search</A><BR>');
document.write(' <A HREF="'+downlink+'agents/bidding.html" class="HorSel" >Bidding</A><BR>');
document.write(' <A HREF="'+downlink+'agents/listing.html" class="HorSel" >Listing</A>');
document.write('  </b></font></td></tr></table>');
document.write('  </DIV>');


toolspread.style.display='none';
homedrop.style.display='none';
accomodrop.style.display='none';
transdrop.style.display='none';
//vacdrop.style.display='none';
plandrop.style.display='none';
escapedrop.style.display='none';
bookdrop.style.display='none';
//shopdrop.style.display='none';



// onClick="setTimeout('alert(\'hello\')',1250);"
 


