<!--    // contact@binidia.com

<!-- //


function menu()
{
	numero=document.formmenu.popup.selectedIndex;
	if (numero==1)
	{
		window.open("/world_monthly/2003/02/index.htm",'_top')
	}
	if (numero==2)
	{
		window.open("/world_monthly/2003/01/index.htm",'_top')
	}
	if (numero==3)
	{
		window.open("/world_monthly/2002/index.htm",'_top')
	}
	if (numero==4)
	{
		window.open("/world_monthly/2001/index.htm",'_top')
	}
	
}

// -->