function registrese(pagina) {
  if (window.opener && !window.opener.closed)
    //window.opener.document.stockForm.stockBox.value = symbol;
	self.opener.location=pagina
	  window.close();
}

function producto(pageprod){
window.open(pageprod,null,"height=530,width=323,status=yes,toolbar=no,menubar=no,location=no");
}

function limpiarmensaje() {
document.getElementById("FORM1").reset();
return false;
}

function limpiarlocalizador() {
document.frmlocalizador.reset();
return false;
}

function limpiarfrmbloqueo() {
document.frmbloqueo.reset();
return false;
}



function setHiddenInput(form, name, value){
                 var newInput = document.createElement('input'); 
                 newInput.setAttribute('type','hidden'); 
                 newInput.setAttribute('name',name); 
                 newInput.setAttribute('value',value); 
                 form.appendChild(newInput);
            }

 
