// JavaScript Document
<!--
function comboChange(comoBox,usado){ 
  if (comoBox.options[comoBox.selectedIndex].value != "#"){
	  window.open( comoBox.options[comoBox.selectedIndex].value);
	  if (usado) comoBox.selectedIndex=0;
 }
}

function clearText(thefield)
{
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}

var defaultMenuWidth="150px" //set default menu width.
var linkset=new Array()

