function selectlang()
{
	var test = window.location.pathname.substr(1,7);
	if (test != "preview") {
		return window.location.pathname.substr(0,3);
	} else {
		return window.location.pathname.substr(8,3);
	}
}

function getPrefix()
{
	var test = window.location.pathname.substr(1,7);
	if (test != "preview") {
		return "http://" + window.location.host;
	} else {
		return "http://" + window.location.host + "/preview";
	}
}

function URL(menu)
{
	if( menu == "agrarisch")
	{
		window.location.href=getPrefix() + selectlang() + "/5/382/default.aspx";

	}
	if( menu == "industrie")
	{
		window.location.href=getPrefix() + selectlang() + "/5/17/default.aspx";

	}
	if( menu == "consumenten")
	{
		window.location.href=getPrefix() + selectlang() + "/5/18/default.aspx";
	}
	
	if( menu == "plantandplanet")
	{
		//FlashPopup('/images/Duurzaamheidsverslag/Duurzaamheidverslag%202008%20Suiker%20Unie.pdf');
		FlashPopup('/plantandplanet/default.html'); 
	}
	
	if( menu == "retail")
	{
		window.location.href=getPrefix() + selectlang() + "/5/19/default.aspx";
	}

}

function popup(URL) 
{
	var baseHref = document.all.tags('BASE');
	baseHref = (baseHref != null && baseHref[0] != null)? baseHref[0].href : "";
	controlWindow=window.open(baseHref + URL,"Control","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,width=433,height=500");
}

function FlashPopup(URL) 
{
	var baseHref = document.all.tags('BASE');
	baseHref = (baseHref != null && baseHref[0] != null)? baseHref[0].href : "";
	controlWindow=window.open(baseHref + URL,"Control","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,width=833,height=800");
}

function goBack()
{
	if( history.length > 0 )
	{
		history.go(-1);
	}
	else
	{
		document.location = "/";
	}
}

function getTitle(title)
{
	if(selectlang() == "en")
	{
		return "News";
	}
	if(selectlang() == "nl")
	{
		return "Nieuws";
	}
}
