// =================================================================================================================
//
//    FUNCIONS JAVASCRIPT COMUNS
//
// =================================================================================================================

function go()
{
	box = document.forms[0].s1;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}


