function horari(){ var w = screen.availWidth, h = screen.availHeight, ancho=1044, alto=725; var leftPos = (w-ancho)/2, topPos = (h-alto)/2; cop_window = window.open('horari.htm','horari','width=1044,height=780,titlebar=0'+',menubar=0' +',toolbar=0,status=0,scrollbars=0,resizable=1'+',top=' + topPos + ',left=' + leftPos); } function galeria(){ var w = screen.availWidth, h = screen.availHeight, ancho=1280, alto=1024; var leftPos = (w-ancho)/2, topPos = (h-alto)/2; cop_window = window.open('galeria2.html','galeria','width=1280,height=1024,titlebar=0'+',menubar=0' +',toolbar=0,status=0,scrollbars=0,resizable=1'+',top=' + topPos + ',left=' + leftPos); } function fotomes10(){ var w = screen.availWidth, h = screen.availHeight, ancho=550, alto=750; var leftPos = (w-ancho)/2, topPos = (h-alto)/2; cop_window = window.open('fotomes10.htm','fotomes10','width=650,height=422,titlebar=0'+',menubar=0'+',toolbar=0,status=0,scrollbars=0,resizable=0'+',top=' + topPos + ',left=' + leftPos); } function mOvr(src,clrOver) { if (!src.contains(event.fromElement)) { src.style.cursor = 'hand'; src.bgColor = clrOver; } } function mOut(src,clrIn) { if (!src.contains(event.toElement)) { src.style.cursor = 'default'; src.bgColor = clrIn; } } function mClk(src) { if(event.srcElement.tagName=='TD'){ src.children.tags('A')[0].click(); } }