<!--

function llamarDemo()

{

usuario = document.all.textfield.value;

password = document.all.textfield2.value;

window.open("http://201.245.176.106/GEOBIS_NET/index.jsp?bandera=GEOBISNETENGINE.....................&usuario=" + usuario + "&contra=" + password + "&clave=geobis3257", "Demo", "alwaysRaised,scrollBars,location=no,status=yes,toolbar=no, resizable=yes, height=650,width=1000");
return false;

}

// --> 

