function tabForm()
{




	document.write("<SCRIPT LANGUAGE='JavaScript'  TYPE='text/javascript'>");

	document.write('carArray = new Array("Mercedes", "Small", "Medium", "5 Seater Van", "Large / 4 W");');

	document.write('monthArray	= new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");');
	document.write('monthArrayShort	= new Array("Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec");');
	document.write('daysArray	= new Array("01", "02", "03", "04", "05", "06", "07", "08", "09", "10", "11", "12", "13", "14", "15", "16", "17", "18", "19", "20", "21", "22", "23", "24", "25", "26", "27", "28", "29", "30", "31");');

	document.write('countryArray = new Array( "Adelie Land", "Afghanistan", "Alaska", "Albania", "Algeria", "Andorra", "Angola", "Anguilla", "Antigua and Barbuda", "Argentina", "Armenia", "Aruba", "Ascension", "Australia", "Austria", "Azerbaijan", "Azores", "Bahamas", "Bahrain", "Bangladesh", "Barbados", "Belarus", "Belgium", "Belize", "Benin", "Bermuda", "Bhutan", "Bolivia", "Bosnia and Herzegovina", "Botswana", "Brazil", "Brunei Darussalam", "Bulgaria", "Burkina Faso", "Burundi", "Cambodia", "Cameroon", "Canada", "Canary Islands", "Cape Verde", "Cayman Islands", "Central African Republic", "Chad", "Chagos Islands", "Chile", "China", "Christmas Island", "Cocos Keeling Islands", "Cook Islands", "Colombia", "Comoros", "Congo", "Costa Rica", "Cote d\'Ivoire", "Croatia", "Crozet Archipelago", "Cuba", "Cyphrus", "Czech Republic", "Diego Garcia", "Djibouti", "Denmark", "Domiica", "Dominican Republic", "Easter Island", "East Timor", "Ecuador", "Egypt", "El Salvador", "Equatorial Guinea", "Estonia", "Ethiopia", "Falkland Islands", "Faroe Islands", "Fiji", "Finland", "France", "French Polynesia", "Gabon", "Gambia", "Georgia", "Germany", "Ghana", "Gibraltar", "Greece", "Greenland", "Grenada", "Guadeloupe", "Guam", "Guatemala", "Guiana", "Guinea", "Guinea-Bissau", "Guyana", "Honduras", "Hong Kong", "Hungary", "Haiti", "Hawaii", "Howland Island", "ICAO", "Iceland", "India", "Indonesia", "Iran", "Iraq", "Ireland", "Israel", "Italy", "Jamaica", "Japan", "Jarvis Island", "Johnston Island", "Jordan", "Kazakhstan", "Kenya", "Kerguelen", "Kiribati", "Korea", "Kuwait", "Kyrgyzstan", "Laos", "Latvia", "Lebanon", "Lesotho", "Liberia", "Libya", "Liechtenstein", "Lithuania", "Luxembourg", "Macau", "Macedonia", "Madagascar", "Madeira", "Malaysia", "Malawi", "Maldives", "Mali", "Malta", "Marshall Islands", "Marion Island", "Martinique", "Mauritania", "Mayotte", "Mauritius", "Mexico", "Micronesia", "Midway Islands", "Moldova", "Monaco", "Mongolia", "Montserrat", "Morocco", "Mozambique", "Myanmar", "Namibia", "Nauru", "Nepal", "Netherlands", "Netherlands Antilles", "New Caledonia", "New Zealand", "Nicaragua", "Niger", "Nigeria", "Niue", "Norfolk Island", "Northern Marianas", "Norway", "Oman", "Pakistan", "Palau", "Palmyra Island", "Panama", "Papua New Guinea", "Paraguay", "Peru", "Philippines", "Phoenix Islands", "Pitcairn", "Poland", "Portugal", "Puerto Rico", "Qatar", "Reunion", "Rodrigues", "Romania", "Russia", "Rwanda", "Saint Helena", "Saint Kitts and Nevis", "Saint Lucia", "Saint Paul and Amsterdam", "Saint Pierre and Miquelon", "Samoa (Americal)", "Samoa (Western)", "San Marino", "Sao Tome and Principe", "Saudi Arabia", "Senegal", "Seychelles", "Sierra Leone", "Singapore", "Slovakia", "Slovenia", "Solomon", "Somalia", "South Africa", "Spain", "Sri Lanka", "Sudan",  "Suriname", "Swan Islands", "Swaziland", "Sweden", "Switzerland", "Syria", "Tanzania", "Taiwan", "Tajikistan", "Thailand", "Togo", "Tokelau", "Tonga", "Trinidad and Tobago", "Tristan da cunha", "Tunisia", "Turkey", "Turkmenistan", "Turks and Caicos Islands", "Tuvalu", "Uganda", "Ukraine", "United Arab Emirates", "United Kingdom", "United States of America", "Uruguay", "Uzbekistan", "Vanuatu", "Vatican", "Venezuela", "Viet Nam", "Virgin Islands (US)", "Virgin Islands (Bristish)", "Wake Island","Wallis and Futuna", "Western Sahara", "Yemen", "Yugoslavia", "Zaire", "Zambia", "Zanzibar", "Zimbabwe" );');
	document.write('</SCRIPT>');

	document.write("<SCRIPT language=JavaScript>");
	document.write("function st2new(n) {");
	document.write("for(i=1;i<=4;i++) {");
	document.write("tabnm=document.getElementById('headTab'+ i);");
	document.write("toptbnm=document.getElementById('top_tb'+ i);");
	document.write("if (n==i) {");
	document.write("document.getElementById('imgL'+n).src='images/lw.gif' ;");
	document.write("document.getElementById('imgR'+n).src='images/rw.gif' ;");
	document.write("tabnm.className='headbacksel';");
	document.write("toptbnm.style.background='#FFFFFF';");
	document.write("showDiv('dd'+n);");
	document.write("}else{");
	document.write("document.getElementById('imgL'+i).src='images/l.gif' ;");
	document.write("document.getElementById('imgR'+i).src='images/r.gif' ;");
	document.write("tabnm.className='headback';");
	document.write("toptbnm.style.background='#FF6600';");
	document.write("hideDiv('dd'+i); }}}");
	document.write("</SCRIPT>");


	document.write("<SCRIPT language=JavaScript>");

	document.write("function showDiv(divnm){");
	document.write("document.getElementById(divnm).style['display']='block' ;");
	document.write("document.getElementById(divnm).style['visibility']='visible' ;}");

	document.write("function hideDiv(divnm){");
	document.write("document.getElementById(divnm).style['display']='none' ;");
	document.write("document.getElementById(divnm).style['visibility']='hidden' ;}");

	document.write("function changeVisibility(numValue){");
	document.write("if(numValue==1){ ");
	document.write("showDiv('ddIndia');");
	document.write("hideDiv('ddWorld');");
	document.write("}else{");
	document.write("showDiv('ddWorld');");
	document.write("hideDiv('ddIndia');");
	document.write("}}");

	document.write("</SCRIPT>");
	
	document.write("<STYLE type=text/css>");
	document.write(".chatclk { CURSOR: hand }");
	document.write(".f10 { FONT-SIZE: 10px; FONT-FAMILY: arial }");
	document.write(".f12normal { FONT-SIZE: 12px; FONT-FAMILY: arial; font-weight: normal; COLOR: #16387c }");
	document.write(".f12black { FONT-SIZE: 12px; FONT-FAMILY: arial; font-weight: normal; COLOR: #000000 }");
	document.write(".f12 { FONT-SIZE: 12px; FONT-FAMILY: arial }");
	document.write(".f12n { FONT-SIZE: 12px; LINE-HEIGHT: 1.3em; FONT-FAMILY: arial }");
	document.write(".f12b { FONT-SIZE: 12px; LINE-HEIGHT: 1.3em; FONT-FAMILY: arial; font-weight: bold; COLOR: #16387c }");
	document.write(".headback { BACKGROUND: #FF6600; FILTER: progid:DXImageTransform.Microsoft.Gradient (GradientType:0,StartColorStr:'#FF6600',EndColorStr:'#FF8533'); CURSOR: hand; COLOR: #ffffff }");
	document.write(".headbacksel { BORDER-RIGHT: #b5d6ef 1px solid; BORDER-TOP: #b5d6ef 1px solid; BORDER-LEFT: #b5d6ef 1px solid; BORDER-BOTTOM: medium none BACKGROUND: #ffffff; CURSOR: text; COLOR: #000000; }");
	document.write(".setbg { BACKGROUND-IMAGE: url(images/bgimage.gif); BACKGROUND-REPEAT: repeat; }");
	document.write("</STYLE>");

	document.write("<TABLE class=f12 cellSpacing=0 cellPadding=0 width=200 border=0 align=CENTER><TBODY>");

	document.write("<TR><TD onclick=\"st2new('1')\" width=50>");
	document.write("<A style='TEXT-DECORATION: none' href='javascript:void(0);'>");
	document.write("<TABLE class=f12 cellSpacing=0 cellPadding=0 width=50 border=0><TBODY><TR id=top_tb1>");
	document.write("<TD width=3><IMG id=imgL1 height=3 alt='' src='images/lw.gif' width=3 border=0></TD>");
	document.write("<TD style='BORDER-TOP: #FF6600 1px solid' width=44>");
	document.write("<TABLE cellSpacing=0 cellPadding=0 width=44 border=0><TBODY><TR><TD width=44></TD></TR></TBODY></TABLE>");
	document.write("</TD><TD width=3><IMG id=imgR1 height=3 alt='' src='images/rw.gif' width=3 border=0></TD></TR>");
	document.write("<TR><TD class=headbacksel id=headTab1 style='BORDER-RIGHT: #FF6600 1px solid; BORDER-TOP: medium none; BORDER-LEFT: #FF6600 1px solid; BORDER-BOTTOM: medium none' tabIndex=1 vAlign=top align=middle colSpan=3 height=19> <B>Hotels</B> </TD> </TR> </TBODY></TABLE>");
	document.write("</A></TD>");

	document.write("<TD style='BORDER-BOTTOM: #FF6600 1px solid' width=4>");
	document.write("<TABLE cellSpacing=0 cellPadding=0 width=4><TBODY><TR><TD width=4></TD></TR></TBODY></TABLE>");
	document.write("</TD>");

	document.write("<TD onclick=\"st2new('2')\" width=42>");
	document.write("<A style='TEXT-DECORATION: none' href='javascript:void(0);'>");
	document.write("<TABLE class=f12 cellSpacing=0 cellPadding=0 width=42 border=0><TBODY><TR id=top_tb2 style='BACKGROUND-COLOR: #FF6600'>");
	document.write("<TD width=3><IMG id=imgL2 height=3 alt='' src='images/l.gif' width=3 border=0></TD>");
	document.write("<TD style='BORDER-TOP: #FF6600 1px solid' width=36>");
	document.write("<TABLE cellSpacing=0 cellPadding=0 width=36><TBODY><TR><TD width=36></TD></TR></TBODY></TABLE></TD>");
	document.write("<TD width=3><IMG id=imgR2 height=3 alt='' src='images/r.gif' width=3 border=0></TD></TR>");
	document.write("<TR><TD class=headback id=headTab2 style='BORDER-RIGHT: #FF6600 1px solid; BORDER-TOP: medium none; BORDER-LEFT: #FF6600 1px solid; BORDER-BOTTOM: medium none' tabIndex=2 vAlign=top align=middle colSpan=3 height=19><B>Cars</B></TD></TR></TBODY></TABLE>");
	document.write("</A></TD>");


	document.write("<TD style='BORDER-BOTTOM: #FF6600 1px solid' width=4>");
	document.write("<TABLE cellSpacing=0 cellPadding=0 width=4><TBODY><TR><TD width=4></TD></TR></TBODY></TABLE></TD>");


	document.write("<TD onclick=\"st2new('3')\" width=50>");
	document.write("<A style='TEXT-DECORATION: none' href='javascript:void(0);'>");
	document.write("<TABLE class=f12 cellSpacing=0 cellPadding=0 width=50 border=0><TBODY>");
	document.write("<TR id=top_tb3 style='BACKGROUND-COLOR: #FF6600'><TD width=3><IMG id=imgL3 height=3 alt='' src='images/l.gif' width=3 border=0></TD>");
	document.write("<TD style='BORDER-TOP: #FF6600 1px solid' width=44>");
	document.write("<TABLE cellSpacing=0 cellPadding=0 width=44><TBODY><TR><TD width=44></TD></TR></TBODY></TABLE></TD>");
	document.write("<TD width=3><IMG id=imgR3 height=3 alt='' src='images/r.gif' width=3 border=0></TD></TR>");
	document.write("<TR><TD class=headback id=headTab3 style='BORDER-RIGHT: #FF6600 1px solid; BORDER-TOP: medium none; BORDER-LEFT: #FF6600 1px solid; BORDER-BOTTOM: medium none' vAlign=top align=middle colSpan=3 height=19><B>Flights</B></TD>");
	document.write("</TR></TBODY></TABLE>");	
	document.write("</A></TD>");

	document.write("<TD style='BORDER-BOTTOM: #FF6600 1px solid' width=4>");
	document.write("<TABLE cellSpacing=0 cellPadding=0 width=4><TBODY><TR><TD width=4></TD></TR></TBODY></TABLE></TD>");

	document.write("<TD onclick=\"st2new('4')\" width=46>");
	document.write("<A style='TEXT-DECORATION: none' href='javascript:void(0);'>");
	document.write("<TABLE class=f12 cellSpacing=0 cellPadding=0 width=46 border=0><TBODY>");
	document.write("<TR id=top_tb4 style='BACKGROUND-COLOR: #FF6600'><TD width=3><IMG id=imgL4 height=3 alt='' src='images/l.gif' width=3 border=0></TD>");
	document.write("<TD style='BORDER-TOP: #FF6600 1px solid' width=40><TABLE cellSpacing=0 cellPadding=0 width=40><TBODY><TR><TD width=40></TD></TR></TBODY></TABLE></TD>");
	document.write("<TD width=3><IMG id=imgR4 height=3 alt='' src='images/r.gif' width=3 border=0></TD></TR>");
	document.write("<TR><TD class=headback id=headTab4 style='BORDER-RIGHT: #FF6600 1px solid; BORDER-TOP: medium none; BORDER-LEFT: #FF6600 1px solid; BORDER-BOTTOM: medium none' vAlign=top align=middle colSpan=3 height=19><B>Tours</B>");
	document.write("</TD></TR></TBODY></TABLE>");
	document.write("</A></TD>");
	
	document.write("</TR>");



	document.write("<!--------------------- SECOND ROW --------------------------->");
	document.write("<TR valign='top' class='setbg'><TD colSpan=7>");
	document.write("<DIV style='BORDER-RIGHT: #FF6600 1px solid; BORDER-TOP: 0px; BORDER-LEFT: #FF6600 1px solid; WIDTH: 198px; BORDER-BOTTOM: 0px'>");
	document.write("<TABLE height=10 cellSpacing=0 cellPadding=0 width=198 border=0><TBODY><TR><TD height=10></TD></TR></TBODY></TABLE>");


	document.write("<DIV id=dd1 style='BORDER-RIGHT: #FF6600 0px solid; BORDER-TOP: 0px; DISPLAY: block; VISIBILITY: visible; BORDER-LEFT: #FF6600 0px solid; WIDTH: 198px; BORDER-BOTTOM: #FF6600 1px solid;  '>");

	document.write("<table cellspacing='0' cellpadding='0' width=198><tr class='f12black'>");
	document.write("<TD><input type='radio' name='radioCountry' value='1' checked onclick='changeVisibility(1)'>Inside India&nbsp;");
	document.write("<input type='radio' name='radioCountry' value='0' onclick='changeVisibility(0)'>Outside India</TD></tr></table>");


	document.write("<DIV id=ddWorld style='DISPLAY:none; VISIBILITY: hidden; ' >");
	document.write("<script LANGUAGE='JavaScript'> hotelsWorldWide(); </script> </DIV>");
	document.write("<DIV id=ddIndia style='DISPLAY: block; VISIBILITY: visible; ' valign='top'>");
	document.write("<script LANGUAGE='JavaScript'> hotelsIndia(); </script> </DIV>");
	document.write("</DIV>");
	document.write("</DIV>");


	document.write("<DIV id=dd2 style='BORDER-RIGHT: #FF6600 1px solid; BORDER-TOP: 0px; DISPLAY: none; VISIBILITY: hidden; BORDER-LEFT: #FF6600 1px solid; WIDTH: 198px; BORDER-BOTTOM: #FF6600 1px solid;' ><!-- Car Rental Begin -->");
	document.write("<script LANGUAGE='JavaScript'> carForm();  </script> </DIV>");

	document.write("<DIV id=dd3 style='BORDER-RIGHT: #FF6600 1px solid; BORDER-TOP: 0px; DISPLAY: none; VISIBILITY: hidden; BORDER-LEFT: #FF6600 1px solid; WIDTH: 198px; BORDER-BOTTOM: #FF6600 1px solid'><!-- Flights Form Begin -->");
	document.write("<script LANGUAGE='JavaScript'> flightsForm(); </script> </DIV>");

	document.write("<DIV id=dd4 style='BORDER-RIGHT: #FF6600 1px solid; BORDER-TOP: 0px; DISPLAY: none; VISIBILITY: hidden; BORDER-LEFT: #FF6600 1px solid; WIDTH: 198px; BORDER-BOTTOM: #FF6600 1px solid; '><!-- Package Enquiry Form //-->");
	document.write("<script LANGUAGE='JavaScript'>  packageForm(); </script> </DIV>");

	
	document.write("</TD></TR>");
	document.write("</TABLE>");
			
}