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

function popUpSurvey()
{
url = "http://www.food-force.com/index.php/foodforce/survey";
newwindow=window.open(url,'map','height=570,width=450,margin=0');
newwindow.onblur = newwindow.focus();
}

/********************************************
 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";
}

