function LoadThis(MyPage)
{
	if( MyPage > 0 )
	{
		var myUrl = document.location+"";
	
		$('page').value = MyPage;
		
		$('Form1').action = myUrl.substr(0,myUrl.length-MyPage.length-4);
		$('Form1').submit();
	}
}

function ChangeIdioma(MyIdioma)
{
	$('idioma').value = MyIdioma;

	$('Form1').action = document.location;
	$('Form1').submit();
}

function ChangeMenu(MyMenu)
{
	$('menu').value = MyMenu;

	$('Form1').action = document.location;
	$('Form1').submit();
}

function ChangePage(MyPage)
{
	$('page').value = MyPage;

	$('Form1').action = document.location;
	$('Form1').submit();
}

function OpenInternatinal()
{
	setTimeout("$('International').style.display = 'block';",50);
}

function OpenPortugal()
{
	setTimeout("OpenInternatinal(); $('Portugal').style.display = 'block';",50);
}

function ToBigBody()
{
	CtrlBig = true;
}

function ToDisplayNone(Id)
{ setTimeout("$('"+Id+"').style.display = 'none';",10); }

function ToDisplayBlock(Id)
{ setTimeout("$('"+Id+"').style.display = 'block';",10); }

function OpenNut(Id,Idioma)
{
	switch(Id)
	{
	  case "001": Url = 'colacao_original.html'; break;
	  case "002": Url = 'colacao_turbo.html'; break;
	  case "003": Url = 'colacao_fibra.html'; break;
	  case "004": Url = 'colacao_light.html'; break;
	  case "005": Url = 'colacao_complet.html'; break;
	  case "006": Url = 'colacao_complet_liquido.html'; break;
	  case "007": Url = 'colacao_energy.html'; break;

	  case "008": Url = 'paladin.html'; break;
	  case "009": Url = 'paladin_liquido.html'; break;
	  
	  case "010": Url = 'nocilla.html'; break;
	  case "011": Url = 'nocilla_sticks.html'; break;

	  case "012": Url = 'miel.html'; break;

	  case "013": Url = 'okey.html'; break;

	  case "014": Url = 'phoskitos.html'; break;
	  case "015": Url = 'phoskitos_mini.html'; break;
	  case "016": Url = 'nocilla_bocawa.html'; break;
	  case "017": Url = 'galleta_maria.html'; break;
	}
	
	window.open("element/popup/"+Idioma+"/"+Url,"Nut","width=528,scrollbars=yes");
}



