var FAQtimer;
		  
				 function openFAQMenu(){
				 	theObj = document.getElementById("FAQmenu");
					
					theObj.style.display = "block";
				 	stopFAQClock();
					
					
				 }
				 
				 function closeFAQMenu(){
				 	
					theObj = document.getElementById("FAQmenu");
					
					theObj.style.display = "none";
				 
				 }
				 
				 
				 function stopFAQClock(){
					clearTimeout( FAQtimer );
					
				}
				
				function setFAQClock(){
					FAQtimer = setTimeout( "closeFAQMenu()", 1000 );
				}

str = "<a href=\"index.htm\" class=\"header_link\">Welcome</a> &nbsp;&nbsp;&nbsp;";
str += "<div style=\"display:inline;position:relative\"><a href=\"http://explorica.custhelp.com/cgi-bin/explorica.cfg/php/enduser/std_alp.php?p_sid=tYsknPgj&p_lva=&p_li=&p_accessibility=0&p_redirect=&p_page=1&p_cv=&p_pv=1.9&p_prods=9&p_cats=&p_hidden_prods=&prod_lvl1=9&prod_lvl2=0&p_search_text=&srch_btn_submit=%C2%A0%C2%A0%C2%A0Search%C2%A0%C2%A0%C2%A0&p_new_search=1\" target=\"_blank\" onmouseover=\"openFAQMenu()\" onmouseout=\"setFAQClock()\" class=\"header_link\">Travellers' Lounge</a> &nbsp;&nbsp;&nbsp;";

str += "<div id=\"FAQmenu\"  style=\"position:absolute; top:20px; left:0px; text-align:left; width: 118px;display:none;\">";
//str += "<img src=\"/image/branding/arrow_bullet.gif\" /> ";
str += "<a class=\"header_link\" target=\"_blank\" href=\"http://explorica.custhelp.com/cgi-bin/explorica.cfg/php/enduser/std_alp.php?p_sid=tYsknPgj&p_lva=&p_li=&p_accessibility=0&p_redirect=&p_page=1&p_cv=&p_pv=2.10&p_prods=9%2C10&p_cats=&p_hidden_prods=&prod_lvl1=9&prod_lvl2=10&p_search_text=&srch_btn_submit=%C2%A0%C2%A0%C2%A0Search%C2%A0%C2%A0%C2%A0&p_new_search=1\" target=\"_blank\" onmouseover=\"openFAQMenu()\" onmouseout=\"setFAQClock()\">Teachers</a><br/>";
								
								
//str += "<img src=\"/image/branding/arrow_bullet.gif\" /> ";
str += "<a  class=\"header_link\" target=\"_blank\" href=\"http://explorica.custhelp.com/cgi-bin/explorica.cfg/php/enduser/std_alp.php?p_sid=tYsknPgj&p_lva=&p_li=&p_accessibility=0&p_redirect=&p_page=1&p_cv=&p_pv=2.11&p_prods=9%2C11&p_cats=&p_hidden_prods=&prod_lvl1=9&prod_lvl2=11&p_search_text=&srch_btn_submit=%C2%A0%C2%A0%C2%A0Search%C2%A0%C2%A0%C2%A0&p_new_search=1\" target=\"_blank\" onmouseover=\"openFAQMenu()\" onmouseout=\"setFAQClock()\">Students &amp; Parents</a>";
str += "</div>";

str += "</div><a href=\"Contact\" class=\"header_link\">Contact Us</a>&nbsp;&nbsp;&nbsp;";
str += "<a href=\"PriceTour/Materials.htm\" class=\"header_link\">Brochure</a>&nbsp;&nbsp;&nbsp;";	
str += "<br/>&nbsp;";
document.write ( str );