var FormZones;

function ShowZonesOfContinent(IdContinent)
{	
	FormZones["hdIdContinent"].value = IdContinent;
	FormZones.submit();	
}

function PageLoaded()
{
}

