\n');
}
function ini3_DoFSCommand(command, args) {
if (command == "nombre") {
//alert(args);
document.form1.nombre.value = args;
}
if (command == "telefono") {
//alert(args);
document.form1.telefono.value = args;
}
if (command == "email") {
//alert(args);
document.form1.email2.value = args;
}
if (command == "dias") {
//alert(args);
document.form1.dias.value = args;
}
if (command == "habitaciones") {
//alert(args);
document.form1.habitaciones.value = args;
}
if (command == "observaciones") {
//alert(args);
document.form1.observaciones.value = args;
}
if (command == "envia") {
document.form1.submit();
}
}
//-->