onload=function() {
if(!document.getElementsByTagName) return;
l=document.getElementsByTagName("a");
for(i=0;i<l.length;i++) {
if(l[i].className.indexOf("popup1")!=-1) {
if (l[i].title) l[i].title +=" (nuova finestra)";
if (!l[i].title) l[i].title ="Il collegamento apre una nuova finestra";
l[i].onclick = function() {
opzioni_fdisk(this.href);
return(false)};
l[i].onkeypress = function(e) {
var key;
if(window.event)  key = (e) ? e.keyCode : window.event.keyCode;
else  key = e.which;
if(key && (key == 13 || key == 32)) {
opzioni_fdisk(this.href);
return(false)}};
}
if(l[i].className.indexOf("popup2")!=-1) {
if (l[i].title) l[i].title +=" (nuova finestra)";
if (!l[i].title) l[i].title ="Il collegamento apre una nuova finestra";
l[i].onclick = function() {
visualizza_informazioni_partizione1(this.href);
return(false)};
l[i].onkeypress = function(e) {
var key;
if(window.event)  key = (e) ? e.keyCode : window.event.keyCode;
else  key = e.which;
if(key && (key == 13 || key == 32)) {
visualizza_informazioni_partizione1(this.href);
return(false)}};
}
if(l[i].className.indexOf("popup3")!=-1) {
if (l[i].title) l[i].title +=" (nuova finestra)";
if (!l[i].title) l[i].title ="Il collegamento apre una nuova finestra";
l[i].onclick = function() {
visualizza_informazioni_partizione2(this.href);
return(false)};
l[i].onkeypress = function(e) {
var key;
if(window.event)  key = (e) ? e.keyCode : window.event.keyCode;
else  key = e.which;
if(key && (key == 13 || key == 32)) {
visualizza_informazioni_partizione2(this.href);
return(false)}};
}
if(l[i].className.indexOf("popup4")!=-1) {
if (l[i].title) l[i].title +=" (nuova finestra)";
if (!l[i].title) l[i].title ="Il collegamento apre una nuova finestra";
l[i].onclick = function() {
schermata_principale(this.href);
return(false)};
l[i].onkeypress = function(e) {
var key;
if(window.event)  key = (e) ? e.keyCode : window.event.keyCode;
else  key = e.which;
if(key && (key == 13 || key == 32)) {
schermata_principale(this.href);
return(false)}};
}
if(l[i].className.indexOf("popup5")!=-1) {
if (l[i].title) l[i].title +=" (nuova finestra)";
if (!l[i].title) l[i].title ="Il collegamento apre una nuova finestra";
l[i].onclick = function() {
numero_id(this.href);
return(false)};
l[i].onkeypress = function(e) {
var key;
if(window.event)  key = (e) ? e.keyCode : window.event.keyCode;
else  key = e.which;
if(key && (key == 13 || key == 32)) {
numero_id(this.href);
return(false)}};
}
}
}
function opzioni_fdisk(str) { 
larg=398; 
alt=281; 
toptop=(screen.height/2)-(alt/1.8); 
leftleft=(screen.width/2)-(larg/2); 
searchWin = window.open(str,'','top='+toptop+',left='+leftleft+',scrollbars=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 
}
function visualizza_informazioni_partizione1(str) { 
larg=400; 
alt=188; 
toptop=(screen.height/2)-(alt/1.8); 
leftleft=(screen.width/2)-(larg/2); 
searchWin = window.open(str,'','top='+toptop+',left='+leftleft+',scrollbars=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 
}
function visualizza_informazioni_partizione2(str) { 
larg=400; 
alt=253; 
toptop=(screen.height/2)-(alt/1.8); 
leftleft=(screen.width/2)-(larg/2); 
searchWin = window.open(str,'','top='+toptop+',left='+leftleft+',scrollbars=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 
}
function schermata_principale(str) { 
larg=638; 
alt=460; 
toptop=(screen.height/2)-(alt/1.8); 
leftleft=(screen.width/2)-(larg/2); 
searchWin = window.open(str,'','top='+toptop+',left='+leftleft+',scrollbars=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 
}
function numero_id(str) { 
larg=400; 
alt=186; 
toptop=(screen.height/2)-(alt/1.8); 
leftleft=(screen.width/2)-(larg/2); 
searchWin = window.open(str,'','top='+toptop+',left='+leftleft+',scrollbars=no,width='+larg+',height='+alt+',status=no,location=no,toolbar=no'); 
}
