function contacto() {
var win;
win=window.open("form.html","contactof","height=360,width=300,scrollbars=yes");
win.focus();
}