if (document.referrer == 'http://www.food-force.com/index.php/foodforce/survey-thanks/') window.close();

function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=455,height=425,scrollbars=no');
return false;
}

/********************************************
 For the WFP languages pulldown, copied from wfp.org
 ********************************************/

function go1()
{
if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "") 
 	{
			location = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value
			//window.open(document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value)
	}
}

function unhighlightIndexItem(obj,section)
{
	obj.style.backgroundColor = "transparent";
	obj.style.background = "none";
}

