onload=function() {
if(!document.getElementsByTagName) return;
l=document.getElementsByTagName("a");
for(i=0;i<l.length;i++) {
if(l[i].className.indexOf("popupprincipalescandisk")!=-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() {
principale_scandisk(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)) {
principale_scandisk(this.href);
return(false)}};
}
if(l[i].className.indexOf("popupopzioniscandisk")!=-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_scandisk(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_scandisk(this.href);
return(false)}};
}
if(l[i].className.indexOf("popupfinestradefrag")!=-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() {
finestra_defrag(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)) {
finestra_defrag(this.href);
return(false)}};
}
if(l[i].className.indexOf("popuppulituradisco")!=-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() {
pulitura_disco(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)) {
pulitura_disco(this.href);
return(false)}};
}
if(l[i].className.indexOf("popupinstallazioniapplicazioni")!=-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() {
installazioni_applicazioni(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)) {
installazioni_applicazioni(this.href);
return(false)}};
}
if(l[i].className.indexOf("popupfinestrabackup")!=-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() {
finestra_backup(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)) {
finestra_backup(this.href);
return(false)}};
}
}
}
function principale_scandisk(str) { 
larg=464; 
alt=374; 
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 opzioni_scandisk(str) { 
larg=374; 
alt=254; 
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 finestra_defrag(str) { 
larg=662; 
alt=301; 
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 pulitura_disco(str) { 
larg=370; 
alt=441; 
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 installazioni_applicazioni(str) { 
larg=373; 
alt=477; 
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 finestra_backup(str) { 
larg=404; 
alt=265; 
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'); 
}
