	function goto_country()
	 {
			//alert("GO to "+"/countries/country.phptodo_id="+document.country.links.value);
//		    if (document.country.links.value!="")   { //document.location = "/countries/country.php"+document.country.links.value; }
			document.country.submit();
	 }


	function refresh_window()
	 {
		document.search_form.action="index.php";
		document.search_form.action.value="index.php";
		document.search_form.submit();
	 }


	function clear_search_form()
	 {
		document.search_form.q.value="";
	 }



function smallwindow(wpath,wwidth,wheight,wscroll,wname)
{
 open(wpath,'OT'+wname,'resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars='+wscroll+',width='+wwidth+',height='+wheight);
}

function closewindow()
{
 window.close();
}

