function formHandler_sp_pkgs()
{
var URL = document.form.select.options[document.form.select.selectedIndex].value;
window.location.href = URL;
}
function sp_pkgs()
{
document.write ("<form name=\"form\">\r\n");
document.write ("<select name=\"select\" onChange=\"formHandler_sp_pkgs()\">\r\n");
document.write ("<option value=\"\">Choose another Special Package</option>\r\n");
document.write ("<option value=\"ayurveda_cochin.asp\">Ayurveda : COCHIN</option>\r\n");
document.write ("<option value=\"ayurveda_kottakal.asp\">Ayurveda : KOTTAKAL</option>\r\n");
document.write ("<option value=\"yoga_rishikesh.asp\">Yoga : RISHIKESH</option>\r\n");
document.write ("<option value=\"trekking_amarnath.asp\">Trekking : AMARNATH</option>\r\n");
document.write ("<option value=\"trekking_valley_of_flowers.asp\">Trekking : VALLEY OF FLOWERS</option>\r\n");
document.write ("<option value=\"rafting_rishikesh.asp\">Rafting : Ganges </option>\r\n");
document.write ("<option value=\"rafting_trishuli.asp\">Rafting : TRISHULI</option>\r\n");
document.write ("<option value=\"skiing_rohtang.asp\">Skiing : ROHTANG</option>\r\n");
document.write ("<option value=\"gliding_solang.asp\">Paragliding : SOLANG</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 

