<!--

//set below variable to "1" to open combo in another frame, "2" to open in full window (parent window)
var openmode=1
//if above set to 1, specify the name of the frame you wish the combo to load in below
var targetframe="principal"

function jumpbox(){
var destination=eval("window.parent."+targetframe)
var thebox=document.framecombo
if (openmode==2)
destination=window.parent
destination.location=
thebox.pais.options[thebox.pais.selectedIndex].nname
}
//-->