/*	original source here:
	http://www.pagetutor.com/buttons/
	Permission is granted to freely use this script.
*/


// preload images:
		if (document.images)
		{
			f1_off = new Image; f1_off.src = "images/wechsel.gif";
			f1_on =  new Image; f1_on.src =  "images/hindukusch.gif";
			
			f2_off = new Image; f2_off.src = "images/wechsel.gif";
			f2_on =  new Image; f2_on.src =  "images/nahtstellen.gif";
			
			f3_off = new Image; f3_off.src = "images/wechsel.gif";
			f3_on =  new Image; f3_on.src =  "images/toene.gif";
			
			f4_off = new Image; f4_off.src = "images/wechsel.gif";
			f4_on =  new Image; f4_on.src =  "images/ravel.gif";
			
			f5_off = new Image; f5_off.src = "images/wechsel.gif";
			f5_on =  new Image; f5_on.src =  "images/freundschaft.gif";
			
			f6_off = new Image; f6_off.src = "images/wechsel.gif";
			f6_on =  new Image; f6_on.src =  "images/paco.gif";
			
			f7_off = new Image; f7_off.src = "images/wechsel.gif";
			f7_on =  new Image; f7_on.src =  "images/iberia.gif";
			
			f8_off = new Image; f8_off.src = "images/wechsel.gif";
			f8_on =  new Image; f8_on.src =  "images/sehnsucht.gif";
			
			f9_off = new Image; f9_off.src = "images/wechsel.gif";
			f9_on =  new Image; f9_on.src =  "images/summer.gif";
			
			f10_off = new Image; f10_off.src = "images/wechsel.gif";
			f10_on =  new Image; f10_on.src =  "images/violinup.gif";
			
			f11_off = new Image; f11_off.src = "images/wechsel.gif";
			f11_on =  new Image; f11_on.src =  "images/badboy.gif";
			
			f12_off = new Image; f12_off.src = "images/wechsel.gif";
			f12_on =  new Image; f12_on.src =  "images/casals.gif";
			
			f13_off = new Image; f13_off.src = "images/wechsel.gif";
			f13_on =  new Image; f13_on.src =  "images/herencia.gif";
			
			f14_off = new Image; f14_off.src = "images/wechsel.gif";
			f14_on =  new Image; f14_on.src =  "images/savall.gif";
			
			f15_off = new Image; f15_off.src = "images/wechsel.gif";
			f15_on =  new Image; f15_on.src =  "images/baltisch.gif";
			
			f16_off = new Image; f16_off.src = "images/wechsel.gif";
			f16_on =  new Image; f16_on.src =  "images/wand.gif";
		}
		
		function zeigen(imgName,imgObjName)
		{
			if (document.images)
		{
			document.images[imgName].src = eval(imgObjName + ".src");
		}
		}
		
			function newWindow()
		{
			fensterone=window.open("../pages/disclaim.html", "neuesFenster", "toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=650,height=600,screenX=420,screenY=120");
		}	
