function Datum()  




{  




	var dateObj = new Date(document.lastModified)




	var lmonth = dateObj.getMonth() + 1




	var date = dateObj.getDate()




	var fyear = dateObj.getYear()




	if (fyear < 2000) 




	fyear = fyear + 1900




	document.write(date + "." + lmonth + "." + fyear)




}





function Text(Nummer)




{




	var textfile = "Bildtexte/text" + Nummer + ".htm"




	F = window.open(textfile,"Fenster","width=600,height=150,left=0,top=0");




}





function Presse(Pubdat)




{




	var textfile = "Presse/p" + Pubdat + ".htm"




	F = window.open(textfile,"Fenster","width=750,height=550,left=50,top=50,resizable=1,scrollbars=1");




}





function Email(Text,Mail)




{




	var mail = Mail + "@" + "art" + "music" + "smart." + "de";




	document.write("<a href=\"mai"+"lto:"+mail+"\">"+Text+"</a>");




}





function InFrames()




{




	var naar = location.href.substring(location.href.lastIndexOf("/")+1);




	if ((top != self.parent) || (top == self))




	{




		top.location.replace('index.htm?' + naar);




	}




}





function InFrames1()




{




	if (top.location.href == self.location.href)




	{




		top.location.href = "index.htm";




	}




}





function ahm_nrc()




{	

	am ="Bitte beachten:"+"\n"+"Texte, Bilder, Grafiken, Sound und Animationen"+ " sowie deren Anordnung auf dieser Internetpräsenz unterliegen dem Schutz des Urheberrechts"+" und anderer Schutzgesetze."+"\n"+"Jede Verwendung bedarf der ausdrücklichen Genehmigung."



	function nrc(e) 




	{




				if (bNS && e.which > 1)




		{




			alert(am)




	 		return false




		}	 




  	 	else if (bIE && (event.button >1))




 		{




			alert(am)




			return false




		}




	




	}




	// do not edit below this line




	// ===========================




	bV  = parseInt(navigator.appVersion);




	bNS = navigator.appName=="Netscape";




	bIE = navigator.appName=="Microsoft Internet Explorer";




	document.onmousedown = nrc;




	if (document.layers) window.captureEvents(Event.MOUSEDOWN);




	if (bNS && bV<5) window.onmousedown = nrc




}







