\n');
}
//-->
hayFoto = false;
function verFoto(s,w,h) {
varWidth = w ;
varHeight = h ;
if(hayFoto)
foto.close();
foto = window.open('','foto','width=10,height=10');
hayFoto = true;
foto.focus();
foto.resizeTo(varWidth,varHeight);
foto.document.bgColor = "#000000";
foto.document.write("
INSIDE VOICES
")
}
function verCv(s) {
cv = window.open('cv/' + s + '.html','cv','width=500,height=350,scrollbars=yes');
cv.focus();
}
function ini_DoFSCommand(command, args) {
if (command == "nombre") {
//alert(args);
document.form1.nombre.value = args;
}
if (command == "comentarios") {
//alert(args);
document.form1.comentarios.value = args;
}
if (command == "envia") {
document.form1.submit();
}
}