function seleziona(id) {
  if (!document.getElementById) return;
  selDiv = document.getElementById(id);
  selDiv.style.color = "#FF0000";
}
function deseleziona(id) {
  if (!document.getElementById) return;
  selDiv = document.getElementById(id);
  selDiv.style.color = "#003c73";
}

function loadpage() {
browver= parseInt(navigator.appVersion);
browtype = navigator.appName;
browsertype = "old";
if (browtype == "Netscape" && !(browver < 3)) {
browsertype = "new"; 
}
if (browtype == "Microsoft Internet Explorer" && !(browver < 4)) {
browsertype = "new";
}
if (browsertype == "new") {
thetimer = setTimeout("changeimage()", 6000);
banneradcode =1;
listofimages = new Array();
listofimages[0] = new Image(220,55);
listofimages[0].src = "banner/banner1.jpg";
listofimages[1] = new Image(220,55);
listofimages[1].src = "banner/banner2.jpg";
listofimages[2] = new Image(220,55);
listofimages[2].src = "banner/banner3.jpg";
listofimages[3] = new Image(220,55);
listofimages[3].src = "banner/banner4.jpg";
listofimages[4] = new Image(220,55);
listofimages[4].src = "banner/banner5.jpg";
listofimages[5] = new Image(220,55);
listofimages[5].src = "banner/banner6.jpg";
listofimages[6] = new Image(220,55);
listofimages[6].src = "banner/banner7.jpg";
listofimages[7] = new Image(220,55);
listofimages[7].src = "banner/banner8.jpg";
listofimages[8] = new Image(220,55);
listofimages[8].src = "banner/banner9.jpg";
listofimages[9] = new Image(220,55);
listofimages[9].src = "banner/banner10.jpg";
listofimages[10] = new Image(220,55);
listofimages[10].src = "banner/banner11.jpg";
listofimages[11] = new Image(220,55);
listofimages[11].src = "banner/banner12.jpg";
listofimages[12] = new Image(220,55);
listofimages[12].src = "banner/banner13.jpg";
listofimages[13] = new Image(220,55);
listofimages[13].src = "banner/banner14.jpg";
listofimages[14] = new Image(220,55);
listofimages[14].src = "banner/banner15.jpg";
listofimages[15] = new Image(220,55);
listofimages[15].src = "banner/banner16.jpg";
listofimages[16] = new Image(220,55);
listofimages[16].src = "banner/banner17.jpg";
listofimages[17] = new Image(220,55);
listofimages[17].src = "banner/banner18.jpg";
listofimages[18] = new Image(220,55);
listofimages[18].src = "banner/banner19.jpg";
listofimages[19] = new Image(220,55);
listofimages[19].src = "banner/banner20.jpg";
     }
}
banneradcode =1;
function changeimage(){
if (browsertype == "new") {
banneradcode = banneradcode + 1
if (banneradcode > "20") {
banneradcode =1;
}
imagesource ="banner/"+"banner" + banneradcode + ".jpg"
window.document.scambia.src = imagesource
thetimer = setTimeout("changeimage()", 3000);
}
else if (browsertype == "old") {
}
}

function changepage() {
if (banneradcode == 14) return;
if (browsertype == "new") {
if (banneradcode == 1) {
newlocation = "http://www.selvatiko.com"
}
else if (banneradcode == 2) {
newlocation = "http://www.sellesmp.com"
}
else if (banneradcode == 3) {
newlocation = "http://www.rudyproject.it"
}
else if (banneradcode == 4) {
newlocation = "http://www.capehorn.it"
}
else if (banneradcode == 5) {
newlocation = "http://www.lomo.it"
}
else if (banneradcode == 6) {
newlocation = "http://www.gruppospa.com"
}
else if (banneradcode == 7) {
newlocation = "http://www.landosport.it"
}
else if (banneradcode == 8) {
newlocation = "http://www.rickyesp.com"
}
else if (banneradcode == 9) {
newlocation = "http://www.nital.it"
}
else if (banneradcode == 10) {
newlocation = "http://www.synergy-travel.com"
}
else if (banneradcode == 11) {
newlocation = "http://www.bassanogrimeca.com"
}
else if (banneradcode == 12) {
newlocation = "http://www.tucanourbano.it";
}
else if (banneradcode == 13) {
newlocation = "http://www.bicsport.com";
}
else if (banneradcode == 14) {
newlocation = "#";
}
else if (banneradcode == 15) {
newlocation = "http://www.seonet.it/";
}
else if (banneradcode == 16) {
newlocation = "http://www.lariobike.it";
}
else if (banneradcode == 17) {
newlocation = "http://www.ciclismo.it";
}
else if (banneradcode == 18) {
newlocation = "http://www.watt.it";
}
else if (banneradcode == 19) {
newlocation = "http://www.sereco.biz";
}
else if (banneradcode == 20) {
newlocation = "http://www.iflsped.it";
}
features = "width=600,height=500,scrollbars=yes,resizable=yes top=0 left=0, menubar=yes, titlebar=yes";
window.open(newlocation,"homepage",features)
//top.location = newlocation
}
else if (browsertype == "old") {
location = "#"
}
}
