document.write("<html>")
	document.write("<head></head><body bgcolor='white' leftmargin='0' topmargin='0'>")
		document.write("<script>")
			document.write("function go()")
			document.write("{")
				document.write("document.frm_left.action=document.frm_left.cmb_country.value;")
				document.write("document.frm_left.submit();")
			document.write("}")
		document.write("</script>")
	document.write("")
	document.write("")
		document.write("<form name='frm_left'>")
			document.write("<table cellpadding='0' cellspacing='0' width='100%' border='0'>")
				document.write("<tr>")
					document.write("<td align='center' valign='top'>")
						document.write("<table cellpadding='0' align='center' cellspacing='0' width='760' border='0'>")
							document.write("<tr><td align='left' colspan='2' valign='top' height='30'></td></tr>")
							document.write("<tr>")
								document.write("<td align='left' valign='top'>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='index.html'><img src='imgs/home_pg/co_name.gif' border='0'></a></td>")
								document.write("<td align='right' valign='top'>")
									document.write("<select name='cmb_country' class='border' onChange='go()'>")
										document.write("<option value=''>Select Country</option>")
										
										
										document.write("<option value='travel-argentina-packages.html'>Argentina</option>")
										document.write("<option value='australia-travel-deals-packages.html'>Australia</option>")
										document.write("<option value='austria-travel-packages.html'>Austria</option>")
										
										document.write("<option value='belgium-travel-packages.html'>Belgium</option>")
																			
										
										document.write("<option value='travel-brazil-packages.html'>Brazil</option>")
										
										document.write("<option value='canada-travel-deals-packages.html'>Canada</option>")
										document.write("<option value='china-travel-deals-packages.html'>China</option>")
										document.write("<option value='columbia-vacations-travel.html'>Columbia</option>")
										
										document.write("<option value='dubai-travel-deals-packages.html'>Dubai</option>")
										document.write("<option value='egypt-travel-deals-packages.html'>Egypt</option>")
										document.write("<option value='france-tour-travel-packages.html'>France</option>")
										document.write("<option value='germany-travel-deals-packages.html'>Germany</option>")
										document.write("<option value='hong-kong-travel-deals-package.html'>Hong Kong</option>")										
										document.write("<option value='indonesia-deals-package.html'>Indonasia</option>")
										document.write("<option value='ireland-tours-travel-packages.html'>Ireland</option>")
										document.write("<option value='italy-travel-deals-packages.html'>Italy</option>")
										document.write("<option value='japan-travel-deals-packages.html'>Japan</option>")
										document.write("<option value='malaysia-deals-packages.html'>Malaysia</option>")
										document.write("<option value='maldives-deals-packages.html'>Maldives</option>")
										document.write("<option value='mauritius-tours-packages.html'>Mauritius</option>")
										document.write("<option value='mexico-vacations-packages.html'>Mexico</option>")
										document.write("<option value='myanmar-burma-vacations-packages.html'>Mayanmar</option>")
										document.write("<option value='nepal-vacations-packages.html'>Nepal</option>")
										document.write("<option value='netherlands-vacations-packages.html'>Netherland</option>")
										document.write("<option value='new_zealand.html'>New Zealand</option>")
										
										document.write("<option value='panama-city-travel-packages.html'>Panama</option>")
										
										document.write("<option value='philippine-travel-deals-packages.html'>Philippine</option>")						
										document.write("<option value='russia-travel-tours-packages.html'>Russia</option>")
										document.write("<option value='singapore-travel-deals-packages.html'>Singapore</option>")
											
										document.write("<option value='spain-travel-deals-packages.html'>Spain</option>")
										document.write("<option value='srilanka.html'>Sri Lanka</option>")
										document.write("<option value='switzerland.html'>Switzerland</option>")
										document.write("<option value='thailand-travel-deals-package.html'>Thailand</option>")
										document.write("<option value='turkey-travel-deals-packages.html'>Turkey</option>")
										document.write("<option value='us-usa-travel-deals-packages.html'>USA</option>")
										document.write("<option value='travel-venezuela-vacations-packages.html'>Venezuela</option>")
																			
									document.write("</select>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;")							
								document.write("</td>")
							document.write("</tr>")
							document.write("<tr><td align='left' colspan='2' valign='top' height='1'></td></tr>")
							document.write("<tr>")
							   document.write("<td align='center' colspan='2' valign='top'><img src='imgs/home_pg/top_strip1.gif' border='0' width='750' usemap='#Map' href='about.html'></td>")
							document.write("</tr>")
						document.write("</table>")
					document.write("</td>")
				document.write("</tr>")
			document.write("</table>")
		document.write("</form>")
document.write("<map name='Map'>")
  document.write("<area shape='rect' coords='630,6,669,25' href='index.html' target='_self'>")
 document.write("<area shape='rect' coords='679,7,745,26' href='contact.html' target='_self'>")
document.write("</map>")
document.write("</body>")
document.write("</html>")


