<!--
function callmecheck(){

		if(document.TUWTCY.country.options[document.TUWTCY.country.selectedIndex].value == "421"){
		alert("Country code " + document.TUWTCY.country.options[document.TUWTCY.country.selectedIndex].value + " is not supported.")
		return false}
		
		if(document.TUWTCY.country.options[document.TUWTCY.country.selectedIndex].value == "91"){
		alert("Country code " + document.TUWTCY.country.options[document.TUWTCY.country.selectedIndex].value + " is not supported.")
		return false}
		
		if(document.TUWTCY.country.options[document.TUWTCY.country.selectedIndex].value == "233"){
		alert("Country code " + document.TUWTCY.country.options[document.TUWTCY.country.selectedIndex].value + " is not supported.")
		return false}
		
		if (!document.TUWTCY.telno.value){
         alert("Please enter your telephone number.")
         return false}

		if (!document.TUWTCY.memberid[0].checked && !document.TUWTCY.memberid[1].checked){
         alert("Please enter the nature of enquiry.")
         return false}

}
//-->