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=980,height=750,top=25,left=200,status=no,location=no,toolbar=no'); 
nomevar.focus(); 
} 

function popunico2(str) { 
nomevar = window.open(str,'paginafissa','scrollbars=yes,resizable=no,width=533,height=400,top=200,left=450,status=no,location=no,toolbar=no'); 
nomevar.focus(); 

} 



