function formHandler_sp_tours()
{
var URL = document.form.select.options[document.form.select.selectedIndex].value;
window.location.href = URL;
}
function sp_tours()
{
document.write ("<form name=\"form\">\r\n");
document.write ("<select name=\"select\" onChange=\"formHandler_sp_tours()\">\r\n");
document.write ("<option value=\"\">Choose another Tours</option>\r\n");
document.write ("<option value=\"Magic_Mountain.asp\">Magic Mountain</option>\r\n");
document.write ("<option value=\"Exotic_Himalaya.asp\">Exotic himalaya</option>\r\n");
document.write ("<option value=\"Hilly_Hideouts.asp\">Hilly Hideouts</option>\r\n");
document.write ("<option value=\"Lost_Kingdom.asp\">The Lost Kingdom</option>\r\n");
//document.write ("<option value=\"Darjeeling_Gangtok.asp\">Darjeeeling-Gangtok Itineraries</option>\r\n");
//document.write ("<option value=\"the_north_east.asp\">Darjeeling Kalimpong Gangtok</option>\r\n");
//document.write ("<option value=\"the_enchanting_north_east.asp\">Enchanting Darjeeling Tour 3N/4D</option>\r\n");
//document.write ("<option value=\"Enchanting_Kerala_Vacation.asp\">Enchanting Kerala Vacation</option>\r\n");
document.write ("<option value=\"Beautiful_Himalaya.asp\">Beautiful Himalaya </option>\r\n");
document.write ("<option value=\"Explore_Himalaya.asp\">Explore Himalaya</option>\r\n");
document.write ("<option value=\"Glorious_Gujarat.asp\">Glorious Gujarat</option>\r\n");
document.write ("<option value=\"Best_Gujarat.asp\">Best of Gujarat</option>\r\n");
document.write ("<option value=\"Best_Rajasthan.asp\">Best of Rajasthan</option>\r\n");
document.write ("<option value=\"Sun_sand_mumbai.asp\">Sun and Sand Mumbai-Goa</option>\r\n");
document.write ("<option value=\"vibrant_rajasthan.asp\">Vibrant Rajasthan</option>\r\n");
document.write ("<option value=\"northindiatours.asp\">Kashmir Tours </option>\r\n");
document.write ("<option value=\"ladakh-default.asp\">Ladakh Tours</option>\r\n");
document.write ("<option value=\"kailash_mansarovar.asp\">Kailash Mansarover Yatra </option>\r\n");
document.write ("<option value=\"amarnath-cave-via-pahalgam.asp\">Amarnath Cave via Pahalgam</option>\r\n");
document.write ("<option value=\"amarnath-cave-by-helicopter.asp\">Amarnath Cave by helicopter</option>\r\n");
document.write ("<option value=\"amarnath-cave-by-helicopter.asp\">Compplete Rajasthan Tour</option>\r\n");
document.write ("<option value=\"golden_triangle.asp\">Golden Triangle</option>\r\n");
document.write ("<option value=\"Kerala_Holidays_Bay_&_Beach.asp\">Kerala Backwater and Ayurveda Tour</option>\r\n");
document.write ("<option value=\"Kerala_Heritage_Hills.asp\">Kerala Heritage and Hills</option>\r\n");
document.write ("<option value=\"Kerala_Holidays_Backwater_Delight.asp\">Backwater Delight</option>\r\n");
//document.write ("<option value=\"North-Sikkim-Tour.asp\">North Sikkim Tour 3N/4D</option>\r\n");
document.write ("<option value=\"Tea_Garden_&_Spice_Tour.asp\">Kerala Spice Plantation Tour </option>\r\n");
document.write ("<option value=\"Kerala_Holidays_Cochin_Munnar.asp\">Kerala Hill Station & Backwater</option>\r\n");
document.write ("<option value=\"Kerala_Holidays_Romantic_Kerala.asp\">Romantic Kerala </option>\r\n");
document.write ("<option value=\"Kerala_Heritage_Tours.asp\">Kerala Heritage Tour </option>\r\n");
document.write ("<option value=\"Off_beaten_track.asp\">Off beaten  Track</option>\r\n");
document.write ("<option value=\"Off_beaten_track.asp\"> Classical Journey </option>\r\n");
document.write ("<option value=\"fetched.asp\">Far-Fetched North & Central India Tour</option>\r\n");
document.write ("<option value=\"North_and_Central_India.asp\">North & Central India Heirtage Tour</option>\r\n");
document.write ("<option value=\"orcha.asp\">Orcha-The Hidden Beauty</option>\r\n");
document.write ("<option value=\"http://www.sticholidays.com/sticholidays/packages/Nepal-tour-packages-27.html\">Nepal Packages</option>\r\n");
document.write ("</select>\r\n");
document.write ("</form>\r\n");
}


// Created with XBuilder (3.0.6205.1), Copyright (c) 1997-2001 XCache Technologies, Inc. All Rights Reserved 
// Page: http://gaurav/packages/special/form_handler.js 
// Date: 06/11/02 09:38 AM 

