/*
(c)ARTIST TEAM

JS version: 1.0

www.artist-team.com
service@artist-team.com
*/

function wechsel (bildname, neu){
			window.document[bildname].src=neu.src;
		}

init();
//
function init(){
		<!-- MENU -->
		image1 = new Image;
		image1.src = "http://www.artist-team.com/_graphics/_menu/service_low.gif";
		image2 = new Image;
		image2.src = "http://www.artist-team.com/_graphics/_menu/service_high.gif";
		image3 = new Image;
		image3.src = "http://www.artist-team.com/_graphics/_menu/referenzen_low.gif";
		image4 = new Image;
		image4.src = "http://www.artist-team.com/_graphics/_menu/referenzen_high.gif";
		image5 = new Image;
		image5.src = "http://www.artist-team.com/_graphics/_menu/kontakt_low.gif";
		image6 = new Image;
		image6.src = "http://www.artist-team.com/_graphics/_menu/kontakt_high.gif";
		image7 = new Image;
		image7.src = "http://www.artist-team.com/_graphics/_menu/login_low.gif";
		image8 = new Image;
		image8.src = "http://www.artist-team.com/_graphics/_menu/login_high.gif";
		<!-- BUTTONS -->
		image9 = new Image;
		image9.src = "http://www.artist-team.com/_graphics/_buttons/senden_low.gif";
		image10 = new Image;
		image10.src = "http://www.artist-team.com/_graphics/_buttons/senden_high.gif";
		image11 = new Image;
		image11.src = "http://www.artist-team.com/_graphics/_buttons/pruefen_low.gif";
		image12 = new Image;
		image12.src = "http://www.artist-team.com/_graphics/_buttons/pruefen_high.gif";		


		image13 = new Image;
		image13.src = "http://www.artist-team.com/_graphics/_buttons/newsl_lesen_low.gif";
		image14 = new Image;
		image14.src = "http://www.artist-team.com/_graphics/_buttons/newsl_lesen_high.gif";
		image15 = new Image;
		image15.src = "http://www.artist-team.com/_graphics/_buttons/newsl_verw_low.gif";
		image16 = new Image;
		image16.src = "http://www.artist-team.com/_graphics/_buttons/newsl_verw_high.gif";	
		image17 = new Image;
		image17.src = "http://www.artist-team.com/_graphics/_buttons/supportcenter_low.gif";
		image18 = new Image;
		image18.src = "http://www.artist-team.com/_graphics/_buttons/supportcenter_high.gif";
		image19 = new Image;
		image19.src = "http://www.artist-team.com/_graphics/_buttons/zurueckzurhauptseite_low.gif";
		image20 = new Image;
		image20.src = "http://www.artist-team.com/_graphics/_buttons/zurueckzurhauptseite_high.gif";	
		image21 = new Image;
		image21.src = "http://www.artist-team.com/_graphics/_buttons/fensterschliessen_low.gif";
		image22 = new Image;
		image22.src = "http://www.artist-team.com/_graphics/_buttons/fensterschliessen_high.gif";
		image23 = new Image;
		image23.src = "http://www.artist-team.com/_graphics/_buttons/zurwebsite_low.gif";
		image24 = new Image;
		image24.src = "http://www.artist-team.com/_graphics/_buttons/zurwebsite_high.gif";	
		image23 = new Image;
		image23.src = "http://www.artist-team.com/_graphics/_buttons/zurwebsite_low.gif";
		image24 = new Image;
		image24.src = "http://www.artist-team.com/_graphics/_buttons/zurwebsite_high.gif";	
		image25 = new Image;
		image25.src = "http://www.artist-team.com/_graphics/_buttons/kuenstlerweb_low.gif";
		image26 = new Image;
		image26.src = "http://www.artist-team.com/_graphics/_buttons/kuenstlerweb_high.gif";	
		image27 = new Image;
		image27.src = "http://www.artist-team.com/_graphics/_buttons/zurfilmsite_low.gif";
		image28 = new Image;
		image28.src = "http://www.artist-team.com/_graphics/_buttons/zurfilmsite_high.gif";			

}

function reloadPage(init) {  //reloads the window if Nav4 resized
  if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
    document.pgW=innerWidth; document.pgH=innerHeight; onresize=reloadPage; }}
  else if (innerWidth!=document.pgW || innerHeight!=document.pgH) location.reload();
}
reloadPage(true);

function openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function CopyToClipboard(text) {
 if (window.clipboardData) {
  window.clipboardData.setData('Text', text);
  alert("Ihr Universal Music Medialink \""+text+"\" befindet sich jetzt in der Zwischenablage.");
 }
 else {
  alert("Bei Netscape/Mozilla/Firefox bitte per Copy&Paste in die Zwischenablage kopieren.");
 }
}

function frk(e) { return e && e.which && (e.which == 1) }
function ff(e) { return false }
document.onmousedown=frk;
window.onmousedown=frk;
document.ondragstart=ff;
document.oncontextmenu=ff;
document.writeln('<meta http-equiv="ImageToolbar" content="no">');