function popUp(strURL,strType,strHeight,strWidth) {
var strOptions="";
if (strType=="console") strOptions="resizable,height="+strHeight+",width="+strWidth;
if (strType=="fixed") strOptions="status,scrollbars,height="+strHeight+",width="+strWidth;
if (strType=="elastic") strOptions="toolbar,menubar,scrollbars,resizable,location,height="+strHeight+",width="+strWidth;
window.open(strURL, 'newWin', strOptions);
}

function popunico(str) { 
nomevar = window.open(str,'paginafissa','scrollbars=yes,resizable=no,width=800,height=800,top=25,left=400,status=no,location=no,toolbar=no'); 
nomevar.focus(); 
} 

function popunico2(str) { 
nomevar = window.open(str,'paginafissa','scrollbars=yes,resizable=no,width=850,height=650,top=25,left=350,status=no,location=no,toolbar=no'); 
nomevar.focus(); 

} 

function popunico3(str) { 
nomevar = window.open(str,'paginafissa','scrollbars=yes,resizable=no,width=1020,height=740,top=25,left=350,status=no,location=no,toolbar=no'); 
nomevar.focus(); 

} 
