/*Imagenes de fondo en Explorer 6 SP1*/
try {
document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}





function enviaForm(i){
document.getElementById(i).submit();	
}





