capt=new Array("Open an internet window, click on \"Tools\" and then on \"Internet Options\".","In the \"General\" tab, click on \"Delete Cookies\".","Click on OK (improve computer performance and clean off personal data).","In the \"General\" tab, click on \"Delete Files\".","Tick on \"Delete all offline content\", and click on OK (improve computer performance and clean off personal data).","In the \"General\" tab, click on \"Settings\".","Tick on \"Every visit to the page\". Set the cursor of \"Amount of disk space to use\" at about one third from the bar left terminal point. Click on OK (improve computer performance).","Set \"Days to keep pages in history\" to zero. Then click on \"Clear History\" (improve computer performance and clean off personal data).","Click on YES (improve computer performance and clean off personal data).","In the \"Security\" tab, click on \"Internet\" icon and then on \"Default Level\" if available.","Set good level of security.","In the \"Security\" tab, click on \"Local Intranet\" icon and then on \"Default Level\" if available.","Set good level of security.","In the \"Security\" tab, click on \"Trusted Sites\" icon and then on \"Default Level\" if available.","Set good level of security.","In the \"Security\" tab, click on \"Restricted Sites\" icon and then on \"Default Level\" if available.","Set good level of security.","In the \"Privacy\" tab, click on \"Default\" if available.","Set good level of security.","In the \"Content\" tab, click on \"AutoComplete\".","Tick on \"Web addresses\" and \"Forms\" but tick off \"User name and passwords on forms\" (set good level of security).","Click on \"Clear Forms\".","Click on OK (clean off personal data).","Click on \"Clear Passwords\".","Click on OK (clean off personal data).","Click on OK.","Click on Apply.","Click on OK.","Click on Start button on the left hand bottom corner of the screen, select \"Settings\" and then \"Taskbar & Start Menu\".","In the Advanced tab, click on \"Clear\".","Click on OK (improve computer performance and clean off personal data).");
//
vign=new Array();
for(num=0;num<capt.length;num++) {
vign[num]=new Image();
vign[num].src="http://www.zialingua.com/img/ie"+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];
}