function generateLeftNavigation( userType ){    switch (userType) {        case "CC":            leftnav_cc();            break;        case "TA":            leftnav_ta();            break;        default:             leftnav_wu();            break;    }}function leftnav_wu() {var str = "";
str +="		<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"1\">";
str +="		</table>";
document.write(str);}
function mypopup()
 {
  mywindow = window.open ("http://www.centralholidays.com/tools/ht-pack-price.php",  "CentralHolidays","location=0,status=0,scrollbars=1,  width=800,height=700");
  mywindow.moveTo(300,300);
 }
 
function leftnav_cc(){    var str = "";
    str += "        <table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" valign=\"top\">\n";
    str += "          <tr>\n<td width=\"5\" valign=\"top\">&nbsp;</td>\n";
    str += "            <td width=\"134\" valign=\"top\"><br>\n<br>\n<br>\n";
	    /*str += "              <a class=\"navOneOn\" href=\"javascript:jumpToDynamicPage('/book/booking_search_for_user.jsp')\"><img src=\"/images/icon_mybookings.gif\" width=\"125\" height=\"30\" border=\"0\" alt=\"View your Bookings\"></a><br>\n";
    str += "              <br>\n";
    str += "                <font  size=\"2\">&nbsp;&nbsp;&nbsp<a class=\"navOneOn\" href=\"javascript:jumpToDynamicPage('/utils/resetCustomer.jsp')\">Next Call</a><p>\n";
*/    
/*	str += "                <font  size=\"2\">&nbsp;&nbsp;&nbsp<a class=\"navOneOn\" href=\"javascript:jumpToHomepage()\">Home Menu</a><p>\n";*/
	str += "                <font  size=\"2\">&nbsp;&nbsp;&nbsp<a class=\"navOneOn\" href=\"http://ww2.centralholidays.com/cc_home.html\">Home Menu</a><p>\n";	
    str += "                <font  size=\"2\">&nbsp;&nbsp;&nbsp<a class=\"navOneOn\" href=\"javascript:jumpToDynamicPage('/sabre/sabre_session.jsp')\">Sabre Commands</a><p>\n";
    str += "                <font  size=\"2\">&nbsp;&nbsp;&nbsp<a class=\"navOneOn\" href=\"javascript:openDuplicateWin('newWin','650','450')\">Open New Window</a><p>\n";
    str += "                <font  size=\"2\">&nbsp;&nbsp;&nbsp<a class=\"navOneOn\" href=\"javascript:viewCurrentBooking()\"> Current Booking </a><p>\n";
   /* str += "                <font  size=\"2\">&nbsp;&nbsp;&nbsp<a class=\"navOneOn\" href=\"javascript:jumpToDynamicPage('/common/bookingDisplay.jsp?SHOW_LAST_BOOKING=true')\">Recall Last Booking</a><p>\n";
*/    str += "                <font  size=\"2\">&nbsp;&nbsp;&nbsp<a class=\"navOneOn\" href=\"http://www.centralholidays.com/tabrochure/index.html\" target=\"_blank\"> Travel Agent Brochure Request </a><p>\n";
    str += "                <font  size=\"2\">&nbsp;&nbsp;&nbsp<a class=\"navOneOn\" href=\"http://www.centralholidays.com/eubrochure/index.html\" target=\"_blank\"> Direct Customer Brochure Request </a><p>\n";
   str+= "		<font size=\"2\">&nbsp;&nbsp;&nbsp<a class=\"navOneOn\" href=\"http://ww2.centralholidays.com/static/insurancepolicy.pdf\" target=\"_blank\"> Insurance Policy </a><p>\n";
   str+= "              <font size=\"2\">&nbsp;&nbsp;&nbsp<a class=\"navOneOn\" href=\"http://ww2.centralholidays.com/static/QandA.pdf\" target=\"_blank\"> Travel Q & A's </a><p>\n";
   str+= "		<font size=\"2\">&nbsp;&nbsp;&nbsp<a class=\"navOneOn\" href=\"#\" onclick=\"javascript:mypopup()\"> Check Lowest Fares </a><p>\n";   
 str +=" <br><br><br>";
   str+="<font size=\"1\">Powered by</font>";
   str+="<div align='center'><a href=\"http://www.hypertechsolutions.com\" target=\"_blank\"><img src=\"/images/logo_HTS_w85.gif\" width=85 height=26 align=\"middle\" border=\"0\"></a></div></A>";
    str += "            </td>\n";
    str += "          </tr>\n";
    str += "        </table>\n";
		    document.write(str);}
function leftnav_wu(){    var str = "";
str+="<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";
str+="\n";
str+="<html>\n";
str+="<head>\n";
str+="<title>Central Holidays</title>\n";
str+="<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n";
str+="	<style type=\"text/css\" media=\"all\">\n";
str+="	@import \"/javascript/thickbox/css/global2.css\";\n";
str+="	</style>\n";
str+="<LINK REL=\"SHORTCUT ICON\" HREF=\"/images/favicon.ico\">\n";
str+="<link href=\"http://www.centralholidays.com/style.css\" rel=\"stylesheet\" type=\"text/css\">\n";
str+="<link href=\"http://www.centralholidays.com/final_drop.css\" rel=\"stylesheet\" type=\"text/css\">\n";
str+="	<script src=\"/javascript/thickbox/js/jquery.js\" type=\"text/javascript\"></script>\n";
str+="	<script src=\"/javascript/thickbox/js/thickbox.js\" type=\"text/javascript\"></script>\n";
str+="\n";
str+="</head>\n";
str+="\n";
str+="<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\n";
str+="<table width=\"140\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"left\">\n";
str+="              <tr> \n";
str+="                <td valign=\"middle\" align=\"center\" class=\"textTahoma12Black\"><br> <img src=\"http://www.centralholidays.com/images/utils7.jpg\" width=\"128\" height=\"86\" align=\"absmiddle\" vspace=\"5\" class=\"post\"> \n";
str+="                </td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td bgcolor=\"#d9e1e9\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td class=\"textTahoma12Black\"  valign=\"middle\" align=\"center\"><img src=\"http://www.centralholidays.com/images/utils6.jpg\" width=\"128\" height=\"86\" align=\"absmiddle\" vspace=\"5\" class=\"post\"> \n";
str+="                </td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td bgcolor=\"#d9e1e9\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td class=\"textTahoma12Black\"   valign=\"middle\" align=\"center\"><img src=\"http://www.centralholidays.com/images/utils5.jpg\" width=\"128\" height=\"86\" align=\"absmiddle\" vspace=\"5\" class=\"post\"> \n";
str+="                </td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td bgcolor=\"#d9e1e9\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td height=\"25\" class=\"textTahoma12Black\"   valign=\"middle\" align=\"center\"><img src=\"http://www.centralholidays.com/images/utils4.jpg\" width=\"128\" height=\"86\" align=\"absmiddle\" vspace=\"5\" class=\"post\"> \n";
str+="                </td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td bgcolor=\"#d9e1e9\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td class=\"textTahoma12Black\"  valign=\"middle\" align=\"center\"><img src=\"http://www.centralholidays.com/images/utils3.jpg\" width=\"128\" height=\"86\" align=\"absmiddle\" vspace=\"5\" class=\"post\"> \n";
str+="                </td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td bgcolor=\"#d9e1e9\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td class=\"textTahoma12Black\"  valign=\"middle\" align=\"center\"><img src=\"http://www.centralholidays.com/images/utils2.jpg\" width=\"128\" height=\"86\" align=\"absmiddle\" vspace=\"5\" class=\"post\"> \n";
str+="                </td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td bgcolor=\"#d9e1e9\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"10\"></td>\n";
str+="              </tr>\n";
str+="            </table>\n";
str+="\n";
str+="</body>\n";
str+="</html>\n";





		    document.write(str);}			
function leftnav_ta() {var str = "";
str+="<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";
str+="\n";
str+="<html>\n";
str+="<head>\n";
str+="<title>Central Holidays</title>\n";
str+="<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n";
str+="	<style type=\"text/css\" media=\"all\">\n";
str+="	@import \"/javascript/thickbox/css/global2.css\";\n";
str+="	</style>\n";
str+="<LINK REL=\"SHORTCUT ICON\" HREF=\"/images/favicon.ico\">\n";
str+="<link href=\"http://www.centralholidays.com/style.css\" rel=\"stylesheet\" type=\"text/css\">\n";
str+="<link href=\"http://www.centralholidays.com/final_drop.css\" rel=\"stylesheet\" type=\"text/css\">\n";
str+="	<script src=\"/javascript/thickbox/js/jquery.js\" type=\"text/javascript\"></script>\n";
str+="	<script src=\"/javascript/thickbox/js/thickbox.js\" type=\"text/javascript\"></script>\n";
str+="\n";
str+="</head>\n";
str+="\n";
str+="<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\n";
str+="<table width=\"140\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"left\">\n";
str+="              <tr> \n";
str+="                <td valign=\"middle\" align=\"center\" class=\"textTahoma12Black\"> <br><img src=\"http://www.centralholidays.com/images/utils7.jpg\" width=\"128\" height=\"86\" align=\"absmiddle\" vspace=\"5\" class=\"post\"> \n";
str+="                </td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td bgcolor=\"#d9e1e9\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td class=\"textTahoma12Black\"  valign=\"middle\" align=\"center\"><img src=\"http://www.centralholidays.com/images/utils6.jpg\" width=\"128\" height=\"86\" align=\"absmiddle\" vspace=\"5\" class=\"post\"> \n";
str+="                </td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td bgcolor=\"#d9e1e9\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td class=\"textTahoma12Black\"   valign=\"middle\" align=\"center\"><img src=\"http://www.centralholidays.com/images/utils5.jpg\" width=\"128\" height=\"86\" align=\"absmiddle\" vspace=\"5\" class=\"post\"> \n";
str+="                </td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td bgcolor=\"#d9e1e9\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td height=\"25\" class=\"textTahoma12Black\"   valign=\"middle\" align=\"center\"><img src=\"http://www.centralholidays.com/images/utils4.jpg\" width=\"128\" height=\"86\" align=\"absmiddle\" vspace=\"5\" class=\"post\"> \n";
str+="                </td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td bgcolor=\"#d9e1e9\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td class=\"textTahoma12Black\"  valign=\"middle\" align=\"center\"><img src=\"http://www.centralholidays.com/images/utils3.jpg\" width=\"128\" height=\"86\" align=\"absmiddle\" vspace=\"5\" class=\"post\"> \n";
str+="                </td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td bgcolor=\"#d9e1e9\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td class=\"textTahoma12Black\"  valign=\"middle\" align=\"center\"><img src=\"http://www.centralholidays.com/images/utils2.jpg\" width=\"128\" height=\"86\" align=\"absmiddle\" vspace=\"5\" class=\"post\"> \n";
str+="                </td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td bgcolor=\"#d9e1e9\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="              </tr>\n";
str+="              <tr> \n";
str+="                <td><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"10\"></td>\n";
str+="              </tr>\n";
str+="            </table>\n";
str+="\n";
str+="</body>\n";
str+="</html>\n";


document.write(str);}
function generateHeader( userType){     switch (userType) {        case "CC":            header_cc();            break;        case "TA":            header_ta();            break;        default:             header_wu();            break;    }}function header_cc() {var str = "";
str+="      <TABLE border=0  cellPadding=0 cellSpacing=0 width=\"100%\" vAlign=\"top\"> ";
str+="        <TBODY>";
str+="        <TR bgColor=#FFFFFF id=phPageContent__ctl1_trHeader  >";
str+="          <TD width='100%'><center><A ";
str+="            href=\"javascript:jumpToHomepage()\"><IMG border=0 ";
str+="            height=50 name=gct_left ";
str+="            src=\"/images/CHT_logo.gif\" width=259></A></TD></center>";
str+="			 </TR></TBODY></TABLE>";
 document.write(str);}
 //str+="                      <td width=\"106\"><a href=\"javascript:jumpToDynamicPage('/book/booking_search_for_user.jsp?companyID=CHT&partnerID=CHT&userType=WU')\"><img src=\"http://www.centralholidays.com/images/menu002ut.jpg\" width=\"106\" height=\"34\" border=\"0\" /></a></td>\n";
function header_ta() {		var isLog = getCookie("isLoggedOn");		var str = "";
str+="<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";
str+="\n";
str+="<html>\n";
str+="<head>\n";
str+="<title>Central Holidays</title>\n";
str+="<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n";
str+="	<style type=\"text/css\" media=\"all\">\n";
str+="	@import \"/javascript/thickbox/css/global2.css\";\n";
str+="	</style>\n";
str+="<LINK REL=\"SHORTCUT ICON\" HREF=\"/images/favicon.ico\">\n";
str+="<link href=\"http://www.centralholidays.com/style.css\" rel=\"stylesheet\" type=\"text/css\">\n";
str+="<link href=\"http://www.centralholidays.com/final_drop.css\" rel=\"stylesheet\" type=\"text/css\">\n";
str+="	<script src=\"/javascript/thickbox/js/jquery.js\" type=\"text/javascript\"></script>\n";
str+="	<script src=\"/javascript/thickbox/js/thickbox.js\" type=\"text/javascript\"></script>\n";
str+="\n";
str+="</head>\n";
str+="\n";
str+="<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\n";
str+="<table width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#373536\">\n";
str+="   <tr>\n";
str+="    <td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
str+="        <tr>\n";
str+="          <td width=\"320\"><img src=\"http://www.centralholidays.com/images/home_02b.jpg\" width=\"320\" height=\"89\"></td>\n";
str+="          <td align=\"right\" valign=\"bottom\"><table width=\"100%\" border=\"0\" cellspacing=\"20\" cellpadding=\"0\">\n";
str+="              <tr>\n";
str+="                <td align=\"right\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"\">\n";
str+="                    <tr> \n";
str+="                      <td width=\"1\"><img src=\"http://www.centralholidays.com/images/home_05.jpg\" width=\"1\" height=\"31\"></td>\n";
str+="\n";
str+="                      <td style=\"padding-left:3px;\"><table width=\"100%\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\">\n";
str+="                          <tr> \n";
str+="                            <td height=\"12\" align=left><img src=\"images/spacer.gif\" width=\"11\" height=\"10\"></td>\n";
str+="                          </tr>\n";
str+="                          <tr> \n";
str+="                            <td style=\"padding-right:5px;\"><a href=\"http://www.centralholidays.com\" class=\"textVerdana12Red\"><strong>Home</strong></a></td>\n";
str+="                          </tr>\n";
str+="                        </table></td>\n";
str+="                      <td width=\"1\"><img src=\"http://www.centralholidays.com/images/home_05.jpg\" width=\"1\" height=\"31\"></td>\n";
str+="\n";
str+="                      <td style=\"padding-left:3px;\"><table width=\"100%\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\">\n";
str+="                          <tr> \n";
str+="                            <td height=\"12\" align=left><img src=\"http://www.centralholidays.com/images/home_10.jpg\" width=\"11\" height=\"10\"></td>\n";
str+="                          </tr>\n";
str+="                          <tr> \n";
str+="                            <td style=\"padding-right:5px;\"><a href=\"http://www.centralholidays.com/commissionstructure/index.html\" class=\"textVerdana12Red\"><strong>Commission Structure</strong></a></td>\n";
str+="                          </tr>\n";
str+="                        </table></td>\n";
str+="                      <td width=\"1\"><img src=\"http://www.centralholidays.com/images/home_05.jpg\" width=\"1\" height=\"31\"></td>\n";
str+="\n";
str+="                      <td style=\"padding-left:3px;\"><table width=\"100%\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\">\n";
str+="                          <tr> \n";
str+="                            <td height=\"12\" align=left><img src=\"http://www.centralholidays.com/images/home_10.jpg\" width=\"11\" height=\"10\"></td>\n";
str+="                          </tr>\n";
str+="                          <tr> \n";
str+="                            <td style=\"padding-right:5px;\"><a href=\"http://www.centralholidays.com/insurancepolicy/index.html\" class=\"textVerdana12Red\"><strong>Travel Insurance</strong></a></td>\n";
str+="                          </tr>\n";
str+="                        </table></td>\n";
str+="                      <td width=\"1\"><img src=\"http://www.centralholidays.com/images/home_05.jpg\" width=\"1\" height=\"31\"></td>\n";
str+="                      <td style=\"padding-left:3px;\"><table width=\"100%\" border=\"0\" cellspacing=\"3\" cellpadding=\"0\">\n";
str+="                          <tr> \n";
str+="                            <td align=left><img src=\"http://www.centralholidays.com/images/home_12.jpg\" width=\"7\" height=\"12\"></td>\n";
str+="                          </tr>\n";
str+="                          <tr> \n";
str+="                            <td style=\"padding-right:1px;\"><a href=\"http://ww2.centralholidays.com/ipmstage/custmgmt/ta_logout.jsp?companyID=CHT&partnerID=CHT&userType=TA\" class=\"textVerdana12Red\"><strong>Sign Out</strong></a></td>\n";
str+="                          </tr>\n";
str+="                        </table></td>\n";
str+="                    </tr>\n";
str+="                  </table></td>\n";
str+="              </tr>\n";
str+="            </table></td>\n";
str+="        </tr>\n";
str+="      </table></td>\n";
str+="  </tr>\n";
str+="  <tr>\n";
str+="    <td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
str+="              <tr>\n";
str+="                <td align=\"center\" width=\"320\" style=\"padding-left:10px;\"><img src=\"http://www.centralholidays.com/images/home_19.jpg\" width=\"186\" height=\"34\"></td>\n";
str+="                <td ><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"435\" align=\"right\">\n";
str+="                    <tr>\n";
str+="                      <td width=\"105\"><a href=\"http://ww2.centralholidays.com/ipmstage/custmgmt/ta_update_travelagent.jsp?comingFromLeftNav=YES','Update'\"><img src=\"http://www.centralholidays.com/images/menu001b.jpg\" width=\"105\" height=\"34\" border=\"0\"></a></td>\n";
str+="                      <td width=\"106\"><a href=\"javascript:jumpToDynamicPage('/book/booking_search_for_user.jsp?companyID=CHT&partnerID=CHT&userType=TA')\"><img src=\"http://www.centralholidays.com/images/menu002ut.jpg\" width=\"106\" height=\"34\" border=\"0\" /></a></td>\n";
str+="                      <td width=\"112\"><a href=\"http://ww2.centralholidays.com/ipmstage/common/bookingDisplay.jsp\"><img src=\"http://www.centralholidays.com/images/menu002b.jpg\" width=\"112\" height=\"34\" border=\"0\"></a></td>\n";
str+="                      <td width=\"112\"><a href=\"http://ww2.centralholidays.com/ipmstage/book/ta_booking_search.jsp?SEARCH_TYPE=BOOKING\"><img src=\"http://www.centralholidays.com/images/menu003b.jpg\" width=\"112\" height=\"34\" border=\"0\"></a></td>\n";
str+="                      <td width=\"106\"><a href=\"http://ww2.centralholidays.com/ipmstage/book/ta_booking_search.jsp?SEARCH_TYPE=NAME\"><img src=\"http://www.centralholidays.com/images/menu004d.jpg\" width=\"106\" height=\"34\" border=\"0\"></a></td>\n";
str+="                    </tr>\n";
str+="                  </table></td>\n";
str+="              </tr>\n";
str+="            </table></td>\n";
str+="  </tr>\n";
str+="        <tr>\n";
str+="          \n";
str+="        <td height=\"2\" align=\"right\" background=\"http://www.centralholidays.com/images/home_25.jpg\" style=\"padding-right:20px;\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="        </tr>\n";
str+="</table>\n";
str+="\n";
str+="</body>\n";
str+="</html>\n";


		document.write(str); }
function header_wu() {		var isLog = getCookie("isLoggedOn");		var str = "";
str+="<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";
str+="\n";
str+="<html>\n";
str+="<head>\n";
str+="<title>Central Holidays</title>\n";
str+="<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n";
str+="	<style type=\"text/css\" media=\"all\">\n";
str+="	@import \"/javascript/thickbox/css/global2.css\";\n";
str+="	</style>\n";
str+="<LINK REL=\"SHORTCUT ICON\" HREF=\"/http://www.centralholidays.com/images/favicon.ico\">\n";
str+="<link href=\"http://www.centralholidays.com/style.css\" rel=\"stylesheet\" type=\"text/css\">\n";
str+="<link href=\"http://www.centralholidays.com/final_drop.css\" rel=\"stylesheet\" type=\"text/css\">\n";
str+="	<script src=\"/javascript/thickbox/js/jquery.js\" type=\"text/javascript\"></script>\n";
str+="	<script src=\"/javascript/thickbox/js/thickbox.js\" type=\"text/javascript\"></script>\n";

// lokesh start 03-30-2010
str+="<link href=\"http://www.centralholidays.com/oz123/main.css\" rel=\"stylesheet\" type=\"text/css\">";
str+="<!--[if IE 7]>";
str+="<link href=\"http://www.centralholidays.com/oz123/7.css\" rel=\"stylesheet\" type=\"text/css\">";
str+="<![endif]-->";
str+="<!--[if IE 6]>";
str+="<link href=\"http://www.centralholidays.com/oz123/6.css\" rel=\"stylesheet\" type=\"text/css\">";
str+="<![endif]-->";
str+="<link rel=\"stylesheet\" type=\"text/css\" href=\"http://www.centralholidays.com/oz123/fancybox/jquery.fancybox-1.3.0.css\" media=\"screen\" />";
// lokesh end 03-30-2010

str+="\n";
str+="</head>\n";
str+="\n";
str+="<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\n";

// lokesh start 03-30-2010
str+="	<div id=\"header\">";
str+="		<div id=\"headLinks\">";
str+="			<a href=\"http://www.centralholidays.com/\">Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"http://www.centralholidays.com/contactus/index.html\">Contact us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"http://www.centralholidays.com/sitemap/index.html\">Sitemap</a>&nbsp;&nbsp;|&nbsp;&nbsp;<strong>800.539.7098</strong>&nbsp;&nbsp;<!---<br><a href=\"#login\" class=\"fancy\">Log in</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"#\">Register</a>&nbsp;&nbsp;--->";
str+="		</div>";
str+="<img src=\"http://www.centralholidays.com/oz123/images/logo.png\" border=\"0\" />";
str+="	</div>";
// lokesh end 03-30-2010
		
str+="<table width=\"100%\" border=\"0\" align=\"left\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#5b5343\">\n";
str+="   <tr>\n";
str+="    <td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">\n";
str+="        <tr>\n";
str+="          <td width=\"320\">&nbsp;</td>\n";
str+="        </tr>\n";
str+="      </table></td>\n";
str+="  </tr>\n";
str+="  <tr>\n";
str+="    <td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#5b5343\" class=\"topnav\">\n";
str+="        <tr>\n";
str+="          <td bgcolor=\"#5b5343\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"#5b5343\">\n";
str+="              <tr>\n";
str+="                <td align=\"center\" width=\"320\" style=\"padding-left:10px;\"></td>\n";
str+="                <td align=\"right\"><table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"right\">\n";
str+="                    <tr>\n";
str+="                      <td width=\"106\"><a href=\"javascript:viewCurrentBooking()\"><img src=\"http://www.centralholidays.com/images/menu001ut.jpg\" width=\"106\" height=\"34\" border=\"0\"></a></td>\n";
str+="                      <td width=\"106\"><a href=\"javascript:jumpToDynamicPage('/book/booking_search_for_user.jsp?companyID=CHT&partnerID=CHT&userType=WU')\"><img src=\"http://www.centralholidays.com/images/menu002ut.jpg\" width=\"106\" height=\"34\" border=\"0\" /></a></td>\n";
str+="                      <td width=\"106\"><a href=\"javascript:jumpToDynamicPage('/custmgmt/update_webuser.jsp?companyID=CHT&partnerID=CHT&userType=WU')\"><img src=\"http://www.centralholidays.com/images/menu003ut.jpg\" width=\"106\" height=\"34\" border=\"0\"></a></td>\n";
str+="                      <td width=\"106\"><a href=\"javascript:linkToDynamicPage('/custmgmt/wu_login.jsp?inPopUp=true&companyID=CHT&partnerID=CHT&userType=WU&dontShow=header+leftnav+trailer&Login=yes','LOGIN','540','500')\"><img src=\"http://www.centralholidays.com/images/menu004ut.jpg\" width=\"106\" height=\"34\" border=\"0\"></a></td>\n";
str+="                    </tr>\n";
str+="                  </table></td>\n";
str+="              </tr>\n";
str+="            </table></td>\n";
str+="        </tr>\n";
str+="        <tr>\n";
str+="          \n";
str+="        <td height=\"2\" align=\"right\" background=\"http://www.centralholidays.com/images/home_25.jpg\" style=\"padding-right:20px;\"><img src=\"http://www.centralholidays.com/images/spacer.gif\" width=\"1\" height=\"1\"></td>\n";
str+="        </tr>\n";
str+="      </table></td>\n";
str+="  </tr>\n";
str+="</table>\n";
str+="\n";
str+="</body>\n";
str+="</html>\n";




		document.write(str);} 
function generateTrailer( userType ){        switch (userType) {        case "CC":            trailer_cc();            break;        case "TA":            trailer_ta();            break;        default:             trailer_wu();            break;    }}
function trailer_cc() {var str ="";
 str+="  <TR>";
str+="    <TD colSpan=3 bgColor=#004477></TD>";
str+=" </TR> ";
 document.write(str);   }
function trailer_ta() {var str = "";
str+="<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";
str+="\n";
str+="<html>\n";
str+="<head>\n";
str+="<title>Central Holidays</title>\n";
str+="<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n";
str+="	<style type=\"text/css\" media=\"all\">\n";
str+="	@import \"/javascript/thickbox/css/global2.css\";\n";
str+="	</style>\n";
str+="<LINK REL=\"SHORTCUT ICON\" HREF=\"/images/favicon.ico\">\n";
str+="<link href=\"http://www.centralholidays.com/style.css\" rel=\"stylesheet\" type=\"text/css\">\n";
str+="<link href=\"http://www.centralholidays.com/final_drop.css\" rel=\"stylesheet\" type=\"text/css\">\n";
str+="	<script src=\"/javascript/thickbox/js/jquery.js\" type=\"text/javascript\"></script>\n";
str+="	<script src=\"/javascript/thickbox/js/thickbox.js\" type=\"text/javascript\"></script>\n";
str+="\n";
str+="</head>\n";
str+="\n";
str+="<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\n";
str+="<table width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">\n";
str+="    <tr>\n";
str+="    <td height=\"101\" background=\"http://www.centralholidays.com/images/home_165.jpg\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\n";
str+="        <tr> \n";
str+="          <td class=\"text11\" align=\"center\"><a href=\"http://www.centralholidays.com/aboutus/index.html\" class=\"text11\">About \n";
str+="            Us </a> &nbsp;  <a href=\"http://www.centralholidays.com/contactus/index.html\" class=\"text11\">Contact \n";
str+="            Us </a> &nbsp;   <a href=\"http://www.centralholidays.com/termsconditions/index.html\" class=\"text11\">Terms \n";
str+="            & Conditions  </a> &nbsp;  <a href=\"http://www.centralholidays.com/privatepolicy/index.html\" class=\"text11\">Privacy \n";
str+="            Policy </a> &nbsp;   <a href=\"http://www.centralholidays.com/insurancepolicy/index.html\" class=\"text11\">Travel \n";
str+="            Protection Plan </a> <br>\n";
str+="            Partner Companies: &nbsp;  <a href=\"http://www.francevacations.net\" class=\"text11\">France \n";
str+="            Vacations </a> &nbsp; | &nbsp;  <a href=\"http://www.maiellano.com/default.php\" class=\"text11\">Maiellano </a> \n";
str+="            &nbsp;  | &nbsp;  <a href=\"http://www.centralholidays.com\" class=\"text11\">Central \n";
str+="            Holidays</a> <br> <span class=\"text11Red\">&copy; Copyright Central Holidays \n";
str+="            2006. All Rights Reserved </span></td>\n";
str+="        </tr>\n";
str+="      </table></td>\n";
str+="  </tr>\n";
str+="</table>\n";
str+="</body>\n";
str+="</html>\n";
document.write(str);}
function trailer_wu() {
var str = "";
str+="<!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd\">\n";
str+="\n";
str+="<html>\n";
str+="<head>\n";
str+="<title>Central Holidays</title>\n";
str+="<meta http-equiv=\"Content-Type\" content=\"text/html; charset=iso-8859-1\">\n";
str+="	<style type=\"text/css\" media=\"all\">\n";
str+="	@import \"/javascript/thickbox/css/global2.css\";\n";
str+="	</style>\n";
str+="<LINK REL=\"SHORTCUT ICON\" HREF=\"/images/favicon.ico\">\n";
str+="<link href=\"/style.css\" rel=\"stylesheet\" type=\"text/css\">\n";
str+="<link href=\"/final_drop.css\" rel=\"stylesheet\" type=\"text/css\">\n";
str+="	<script src=\"/javascript/thickbox/js/jquery.js\" type=\"text/javascript\"></script>\n";
str+="	<script src=\"/javascript/thickbox/js/thickbox.js\" type=\"text/javascript\"></script>\n";
str+="\n";
str+="</head>\n";
str+="\n";
str+="<body leftmargin=\"0\" topmargin=\"0\" marginwidth=\"0\" marginheight=\"0\">\n";
str+="<table width=\"100%\" border=\"0\" align=\"left\" cellpadding=\"0\" cellspacing=\"0\">\n";
str+="    <tr>\n";
str+="    <td height=\"101\" background=\"http://www.centralholidays.com/images/home_165.jpg\" align=\"center\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\">\n";
str+="        <tr>\n";
str+="          <td width=\"170\">&nbsp;</td>\n";
str+="          <td class=\"text11\" align=\"center\"><a href=\"http://www.centralholidays.com/aboutus/index.html\" class=\"text11\">About Us &nbsp; </a>   \n";
str+="            <a href=\"http://www.centralholidays.com/contactus/index.html\" class=\"text11\">Contact Us &nbsp; </a>   <a href=\"http://www.centralholidays.com/termsconditions/index.html\" class=\"text11\">Terms \n";
str+="            & Conditions  &nbsp; </a> <a href=\"http://www.centralholidays.com/privatepolicy/index.html\" class=\"text11\">Privacy \n";
str+="            Policy &nbsp; </a>   <a href=\"http://www.centralholidays.com/insurancepolicy/index.html\" class=\"text11\">Travel Protection \n";
str+="            Plan &nbsp; </a> <br>\n";
str+="            Partner Companies: &nbsp; <a href=\"http://www.francevacations.net\" class=\"text11\">France Vacations &nbsp; </a> \n";
str+="            | &nbsp; <a href=\"http://www.maiellano.com/default.php\" class=\"text11\">Maiellano &nbsp; </a> | &nbsp; <a href=\"http://www.centralholidays.com\" class=\"text11\">Central \n";
str+="            Holidays &nbsp; </a> <br>\n";
str+="            <span class=\"text11Red\">&copy; Copyright Central Holidays 2006. All \n";
str+="            Rights Reserved </span></td>\n";
str+="        </tr>\n";
str+="      </table></td>\n";
str+="  </tr>\n";
str+="</table>\n";
str+="</body>\n";
str+="</html>\n";




document.write(str);}

