var upd = "Last Update: 8.4.2003<p>Visitors:<br>"

var x = 0;

function cache()
{
	var neuesbild1 = new Image();
	neuesbild1.src = "gifs/startact.gif";
	var neuesbild2 = new Image();
	neuesbild2.src = "gifs/backact.gif";
	var neuesbild3 = new Image();
	neuesbild3.src = "gifs/deuact.gif";
	var neuesbild4 = new Image();
	neuesbild4.src = "gifs/espact.gif";
}

function swap(filename,imgname)
{
	window.document.images[imgname].src=filename;
}


function swap1(faktor)
{
	x = x + faktor;
       if (x > 3){x = 1;}
       if (x < 1){x = 3;}
	       window.document.images["imge"].src="images/img" + x + ".jpg";
}

function openw(img)
{
var mycode;
	mycode = "<html><head><title>Deutsche Schule Barcelona</title></head>";
	mycode = mycode + "<body bgcolor='#dedede'><center><img src='" + img + "' height='90%'><br><form name='form1'><input type='button' value='close' onclick='window.close()'></form></center>";
	mycode = mycode + "</body></html>"
	window.open("","window","height=600","rezisable=yes","status=yes").document.write(mycode);
}