//MORE JAVASCRIPT FUNCTIONS - COMMON //

function check_form ()
{
	if (document.start.country.options.selectedIndex == 0)
	{
	alert('Please select a destination...');
	return false;
	}
	
	if (document.start.tariff.options[document.start.tariff.selectedIndex].value == '')
	{
	alert('Please select a tariff...');
	return false;
	}
	
	return true;
	
	//if(document.start.country.options[selectedIndex].value== ""
//	{
	
//	}
}

function OpenNetworkInsightWindow(cc,net)
{
LaunchURL = "http://www.gsmworld.com/cgi-bin/ni_map_gbvo.pl?cc="+cc+"&net="+net+"&opts=1";
window.open(LaunchURL, "mappage", "width=490,height=430,resizable=0,scrollbars=0");
}

window.onload = function() {
	prepInput('searchQ', 'Enter search term');
	prepInput('subEmail', 'you@youraddress.com');
	}