capt=new Array("Open an internet window, click on \"Tools\" and then on \"Internet Options\".","In the \"Security\" tab, click on \"Trusted Sites\" icon.","Click on \"Sites\".","Tick OFF \"Require server verification (https:) for all sites in this zone\".","Type in the field \"Add this Web site to the zone:\" the site you want to add, as shown. Then click Add.","Click OK.","Click on \"Sites\".","Tick ON \"Require server verification (https:) for all sites in this zone\". Then click OK.","Click OK.");
//
vign=new Array();
for(num=0;num<capt.length;num++) {
vign[num]=new Image();
vign[num].src="http://www.zialingua.com/img/ix"+num+".jpg";
}
ogg=new Number;if (isNaN(ogg)) {ogg=0;}
//
function indietro() {
if (ogg>=1) {ogg--;}
else {ogg=capt.length-1;}
if (!document.images) {return;}
document.images.Diapo.src=vign[ogg].src;
document.getElementById("Spiega").innerHTML=[ogg+1]+" - "+capt[ogg];
}
function avanti() {
if (ogg<capt.length-1) {ogg++;}
else {ogg=0;}
if (!document.images) {return;}
document.images.Diapo.src=vign[ogg].src;
document.getElementById("Spiega").innerHTML=[ogg+1]+" - "+capt[ogg];
}
function ppsOn() {
if (!document.images) {return;}
document.images.Diapo.src=vign[ogg].src;
document.getElementById("Spiega").innerHTML=[ogg+1]+" - "+capt[ogg];
if (ogg<capt.length-1) {ogg++;}
else {ogg=0;}
timerID=setTimeout("ppsOn()",1800);
}
function ppsOff() {
clearTimeout(timerID);
document.images.Diapo.src=vign[ogg].src;
document.getElementById("Spiega").innerHTML=[ogg+1]+" - "+capt[ogg];
}