function apri_prog(locazione){
var screenx=screen.width
var screeny=screen.height
var	posizionex=(screenx/2)-400;
var	posizioney=(screeny/2)-300;
finestraprog = window.open(locazione,"main","statusbar,scrollbars,HEIGHT=550,WIDTH=800,left="+posizionex+",top="+posizioney);
}

function apri_prog2(locazione){
var screenx=screen.width
var screeny=screen.height
var	posizionex=0;
var	posizioney=0;
finestraprog = window.open(locazione,"main","statusbar,scrollbars,HEIGHT="+screeny+",WIDTH="+screenx+",left="+posizionex+",top="+posizioney);
}