copyr="© 2001 - 2005 ";
em="tuset";
dm="tusetbusinesscenter.com";

rmf="tuset@tusetbusinesscenter.com";
rmfbcc="afernandez@espintime.com,sorteu@espintime.com";
datos="./datos/contactar.txt";

function lang(idiom) {
ira=location.href.substring(location.href.lastIndexOf("/"),1000);
if (ira.indexOf('oficinavirtual')>0 & idiom=='eng') {ira='/virtualoffice'+baja(ira);}
if (ira.indexOf('virtualoffice')>0 & idiom=='es') {ira='/oficinavirtual'+baja(ira);}
if ((ira.indexOf('oficinavirtual')>0 || ira.indexOf('virtualoffice')>0) & (idiom!='eng' && idiom!='es')) {ira='/serv_1.htm'}
ira="../"+idiom+ira;
//alert (ira);
document.location.href=ira;
}

function email() {
document.location.href="mailto:"+em+"@"+dm;
}

function baja(p) {
retorna='.htm';
if (p.indexOf('_')>0) {retorna=p.substring(p.lastIndexOf("_"),1000);}
return retorna;
}