<!--
if (document.images)
	{
	profile_on      = new Image();
	profile_on.src  = "images/left_panel/profile_on.gif";
	profile_off     = new Image();
	profile_off.src = "images/left_panel/profile_off.gif";

	services_on      = new Image();
	services_on.src  = "images/left_panel/services_on.gif";
	services_off     = new Image();
	services_off.src = "images/left_panel/services_off.gif";

	student_on      = new Image();
	student_on.src  = "images/left_panel/student_on.gif";
	student_off     = new Image();
	student_off.src = "images/left_panel/student_off.gif";

	tours_on      = new Image();
	tours_on.src  = "images/left_panel/tours_on.gif";
	tours_off     = new Image();
	tours_off.src = "images/left_panel/tours_off.gif";

	visa_on      = new Image();
	visa_on.src  = "images/left_panel/visa_on.gif";
	visa_off     = new Image();
	visa_off.src = "images/left_panel/visa_off.gif";

	contact_on      = new Image();
	contact_on.src  = "images/left_panel/contact_on.gif";
	contact_off     = new Image();
	contact_off.src = "images/left_panel/contact_off.gif";
}

function imgOn(imgName)
	{
		if(document.images)
			{
				document[imgName].src = eval(imgName + "_on.src");
			}
	}
function imgOff(imgName)
	{
		if(document.images)
			{
				document[imgName].src = eval(imgName + "_off.src");
			}
	}

<!-- script for banner start-->
var x, y;
var step = 10;
var flag = 0;

var message = " TRAVEL WITH US ";
message = message.split("");

var xpos = new Array();
for (i = 0; i <= message.length - 1; i++)
{
	xpos[i] = -50;
}
var ypos = new Array();
for (i = 0; i <= message.length - 1; i++)
{
	ypos[i]= -50;
}

function handlerMM(e)
{
	x = (document.layers) ? e.pageX : document.body.scrollLeft + event.clientX;
	y = (document.layers) ? e.pageY : document.body.scrollTop + event.clientY;
	flag = 1;
}

function makesnake()
{
	if (flag == 1 && document.all)
	{
		for (i = message.length - 1; i >= 1; i--)
		{
			xpos[i] = xpos[i - 1] + step;
			ypos[i] = ypos[i - 1];
	
		}
	xpos[0] = x + step;
	ypos[0] = y;
		for (i = 0; i < message.length - 1; i++) 
		{
			var thisspan = eval("pan" + (i) + ".style");
			thisspan.posLeft = xpos[i];
			thisspan.posTop = ypos[i];
	    }
    }
else if (flag==1 && document.layers)
	{
		for (i = message.length - 1; i >= 1; i--)
		{
			xpos[i] = xpos[i - 1] + step;
			ypos[i] = ypos[i - 1];
		}
	xpos[0] = x + step;
	ypos[0] = y;
		
		for (i = 0; i < message.length - 1; i++)
		{
			var thisspan = eval("document.pan" + i);
			thisspan.left = xpos[i];
			thisspan.top = ypos[i];
	    }
	}
var timer = setTimeout("makesnake()", 10);
}

<!-- script for banner over-->

var main_window_options ='resizable=yes,,status=no,scrollbars=yes,menubar=yes,width=600,height=400';
function popUp(page)
{
	popUpMain = window.open(page,'popmain',main_window_options);
}



function validvisit(form,txt)
{
	 if(txt=="-")
	{
		 alert("Pls. select Place of visit");
		 form.Visit.focus();
	}
}
function check(form)
{
foundError=false;
		
	if(isFieldBlank(form.Name) )
	{
		alert("Please fill in your  Name!")
		form.Name.focus();
		form.Name.value="";
		foundError = true;
	}
        if(form.MiddleName)
	{
		if(isFieldBlank(form.MiddleName) && foundError==false)
		{
			alert("Please fill in your  Middle Name ")
			form.MiddleName.focus();
			form.MiddleName.value="";
			foundError = true;
		}
	}

        if(form.FamilyName)
	{
		if(isFieldBlank(form.FamilyName) && foundError==false)
		{
			alert("Please fill in your  Family Name ")
			form.FamilyName.focus();
			form.FamilyName.value="";
			foundError = true;
		}
	}
        if(form.CurrentAddress)
	{
		if(isFieldBlank(form.CurrentAddress) && foundError==false)
		{
			alert("Please fill in your  Current address ")
			form.CurrentAddress.focus();
			form.CurrentAddress.value="";
			foundError = true;
		}
	}
	

	if(isFieldBlank(form.Email) && foundError==false)
	{
		alert("Please fill in your  Email address ")
		form.Email.focus();
		form.Email.value="";
		foundError = true;
	}
	
	if (!isFieldBlank(form.Email) && foundError==false)
	{
		var val=form.Email.value;
		var pass1=val.indexOf('@',0);
		var pass2=val.indexOf('.',0);
		if (pass1==-1 || pass2==-1)
		{
				alert("Not a valid Email address");
				form.Email.value="";
				form.Email.focus();
				foundError=true;
		}
	}
	
	if(foundError==false)
	{
		return true;
	}
				
return false;

} //end of function check

function isFieldBlank(theField)
{
	if(theField.value=="")
		return true;
	else
		return false;
}

footer=
"102, Aniket, Nr. Municipal Market, Navrangpura, Ahmedabad 380 009 INDIA<br>"
+"  Phone: +91(79) 646 11 66, 646 62 92, 646 05 77.Email: "
+" <a href " + "="
+" 'mailto:info@goodwindtravels.com' style "+ "=" 
+" 'text-decoration: none; color: rgb(255,255,128)'>info@goodwindtravels.com</a>";

//-->