<!--Script By Danny C's Free Web Ring And Site Linking--!>

<!--  Begin function resetform() {document.forms[0].elements[0]=="";}
function submitForms() {if ( isname() && isaddress() && iscity() && ispostalcode() && isstate() && iscountry() && isemail1() && isemail2() && ispackage() && iscustomised_forms() && ismaintenance()  && ispayment() && isquery())
if (confirm("\n You are about to submit your Tour or Trekking Package Order. \n\nOK to Order.    CANCEL to abort.")){alert("\nYour Order will now be sent. \n\n Thank you for your order - We will take care of your needs with utmost care and concern!");
return true;
}
else
{
alert("\n You have chosen to abort the submission.");
return false
}
else 
return false;
}
function isname() {
if (document.forms[0].elements[0].value == "") {
alert ("\n The Name field is blank. \n\n Please enter your First name.")
document.forms[0].elements[0].focus();
return false;
}
return true;
}
function isaddress() {
if (document.forms[0].elements[1].value == "") {
alert ("\n The Address  field is blank. \n\nPlease enter your Mailing Address.")
document.forms[0].elements[1].focus();
return false;
}
return true;
}
function iscity() {
if (document.forms[0].elements[2].value == "") {
alert ("\n The City field is blank. \n\nPlease enter your City.")
document.forms[0].elements[2].focus();
return false;
}
return true;
}
function ispostalcode() {
if (document.forms[0].elements[3].value == "") {
alert ("\n The Zip code field is blank. \n\nPlease enter your Zip code.")
document.forms[0].elements[3].focus();
return false;
}
return true;
}
function isstate() {
if (document.forms[0].elements[4].value == "") {
alert ("\n The State field is blank. \n\nPlease Select Outside India If Not an Indian state.")
document.forms[0].elements[4].focus();
return false;
}
return true;
}
function iscountry() {
if (document.forms[0].elements[5].value == "") {
alert ("\n The Country field is blank. \n\nPlease select your Country.")
document.forms[0].elements[5].focus();
return false;
}
return true;
}
function isemail1() {
if (document.forms[0].elements[6].value == "") {
alert ("\n The E-Mail field is blank. \n\n Please enter your E-Mail address.")
document.forms[0].elements[6].focus();
return false;
}
if (document.forms[0].elements[6].value.indexOf ('@',0) == -1 ||
document.forms[0].elements[6].value.indexOf ('.',0) == -1) {
alert ("\nInvalid email address. \n\nPlease re-enter your E-Mail address.")
document.forms[0].elements[6].select();
document.forms[0].elements[6].focus();
return false;
}
return true;
}
function isemail2() {
if (document.forms[0].elements[7].value == "") {
alert ("\n The Confirm E-Mail field is blank. \n\n Please Confirm your E-Mail address.")
document.forms[0].elements[7].focus();
return false;
}
if (document.forms[0].elements[7].value.indexOf ('@',0) == -1 ||
document.forms[0].elements[7].value.indexOf ('.',0) == -1) {
alert ("\nThe confirm email address is invalid. \n\nPlease re-confirm your E-Mail address.")
document.forms[0].elements[7].select();
document.forms[0].elements[7].focus();
return false;
}
return true;
}
function ispackage() {
if (document.forms[0].elements[8].value == "") {
alert ("\n If Trekking Please choose a trekking package otherwise choose none. \n\nPlease select the Package.")
document.forms[0].elements[8].focus();
return false;
}
return true;
}
function iscustomised_forms() {
if (document.forms[0].elements[9].value == "") {
alert ("\n If Tour Please choose a Tour Package otherwise choose none. \n\nPlease select the option.")
document.forms[0].elements[9].focus();
return false;
}
return true;
}
function ismaintenance() {
if (document.forms[0].elements[10].value == "") {
alert ("\n Please choose the number of persons coming \n\nPlease select the option.")
document.forms[0].elements[10].focus();
return false;
}
return true;
}
function ispayment() {
if (document.forms[0].elements[11].value == "") {
alert ("\n You have not chosen when is the tentative month for arrival. \n\nPlease select the Option.")
document.forms[0].elements[11].focus();
return false;
}
return true;
}
function isquery() {
if (document.forms[0].elements[12].value == "") {
alert ("\nWhat information you want from us in addition to the information given on this site? \n\nPlease mention it.")
document.forms[0].elements[12].focus();
return false;
}
return true;
}
// End -->


