	function calcOutput(newDest) {
		document.myForm.html_output.value = "/home/httpd/tex/cheepcar/" + newDest
		document.myForm.submit()
	}

	function launch()
	{
		window.open ("http://www.travelcommunications.co.uk/tex/tweb/terms.htm","conditions","width=525,height=400,location=0,menubar=1,resizable=1,scrollbars=1,status=0,titlebar=1,toolbar=1");
	}


function getcity(){
	if ( document.myForm.enq_arr_city.value == "YYY" || document.myForm.enq_arr_city.selectedIndex== -1) {alert ("Please select City."); return; }
	var orig = document.myForm.enq_arr_city.options[document.myForm.enq_arr_city.selectedIndex].value;


	document.myForm.submit(calcOutput)

	if (orig == 'AFR') {
		location = "javascript:calcOutput('crafrica.htm')";
	}

	else if (orig == 'EUR') {
		location = "javascript:calcOutput('creurope.htm')";
	}

	else if (orig == 'MID') {
			location = "javascript:calcOutput('crmideast.htm')";
	}

	if (orig == 'USA') {
		location = "javascript:calcOutput('crusa.htm')";
	}

	else if (orig == 'STH') {
		location =   "javascript:calcOutput('crmexico.htm')";
	}

	else if (orig == 'ESP') {
			location = "javascript:calcOutput('crspain.htm')";
	}

	if (orig == 'GBR') {
		location = "javascript:calcOutput('cruk.htm')";
	}

	else if (orig == 'CAN') {
		location =   "javascript:calcOutput('crcanada.htm')";
	}

	else if (orig == 'ASIA') {
			location = "javascript:calcOutput('crasia.htm')";
	}
	else if (orig == 'AUS') {
			location = "javascript:calcOutput('craust.htm')";
	}
}
	function NewWindow(mypage, myname, w, h, scroll)
	{
		var winl = (screen.width - w) / 2;
		var wint = (screen.height - h) / 2;
		winprops = 'height='+h+',width='+w+',top='+wint+',left='+winl+',scrollbars='+scroll+',resizable'
		win = window.open(mypage, myname, winprops)
		if (parseInt(navigator.appVersion) >= 6)
		{
			win.window.focus();
		}
	}

