function obre(URL) {
var winl = (screen.width - 660) / 2;
var wint = (screen.height - 480) / 2;
winprops = 'width=660,height=480,top='+wint+',left='+winl+',scrollbars=yes,resizable'
win = window.open(URL, 'espai', winprops)
if (parseInt(navigator.appVersion) >= 4) { win.window.focus(); }
}