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=850,height=750,top=25,left=450,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(); 

} 

function popunico3(str) { 
nomevar = window.open(str,'paginafissa','scrollbars=yes,resizable=no,width=800,height=730,top=25,left=450,status=no,location=no,toolbar=no'); 
nomevar.focus(); 
} 

function popunico4(str) { 
nomevar = window.open(str,'paginafissa','scrollbars=yes,resizable=no,width=850,height=700,top=25,left=450,status=no,location=yes,toolbar=yes'); 
nomevar.focus(); 
}

function popunico5(str) { 
nomevar = window.open(str,'paginafissa','scrollbars=yes,resizable=no,width=950,height=750,top=25,left=450,status=no,location=yes,toolbar=yes'); 
nomevar.focus(); 
}