// Example:

// simplePreload( '01.gif', '02.gif' ); 

function simplePreload()

{ 

  var args = simplePreload.arguments;

  document.imageArray = new Array(args.length);

  for(var i=0; i<args.length; i++)

  {

    document.imageArray[i] = new Image;

    document.imageArray[i].src = args[i];

  }

}


	

	function show(element){
		
		element.className = "hover";
	}
	function hide(element){
		element.className = element.className = "";
	}



function changeStartSiteIn(id){
	switch(id){
	case 1:
	var txt ='<a href="/start/elba-ordner-buerobedarf.html" ><img src="fileadmin/templates/img/startneu/startseite_hauptnavi_p_b_on.gif" onMouseOver="changeStartSiteIn(2)"></a><a href="/start/elba-ordner-buerobedarf.html" id="start_img_link"><img src="fileadmin/templates/img/startneu/startseite_hauptnavi_p_b_un.gif" onMouseOver="changeStartSiteIn(2)"></a><a href="/start/elba-ordner-buerobedarf.html" id="start_img_link"><div id="orgBuer" onMouseOver="changeStartSiteIn(2)">Organisations-<br>lösungen für Ihren<br> Bürobedarf</div></a>';
		break;
	
	case 2:
	var txt ='<a href="/start/elba-ordner-buerobedarf.html" ><img src="fileadmin/templates/img/startneu/startseite_hauptnavi_p_b_o.gif" onMouseOut="changeStartSiteIn(1)"></a><a href="/start/elba-ordner-buerobedarf.html" id="start_img_link"><img src="fileadmin/templates/img/startneu/startseite_hauptnavi_p_b_u.gif" onMouseOut="changeStartSiteIn(1)"></a><a href="/start/elba-ordner-buerobedarf.html" id="start_img_link"><div id="orgBuerhoover" onMouseOut="changeStartSiteIn(1)">Organisations-<br>lösungen für Ihren<br> Bürobedarf</div></a>';
		break;
	case 3:
	var txt ='<a href="/start/elba-bewerbung-mappen-ordner.html" ><img src="fileadmin/templates/img/startneu/startseite_hauptnavi_b_p_n.gif" onMouseOver="changeStartSiteIn(4)"></a><a href="/start/elba-bewerbung-mappen-ordner.html" id="start_img_link"><img src="fileadmin/templates/img/startneu/startseite_hauptnavi_b_p_n2.gif" onMouseOver="changeStartSiteIn(4)" id="startimg_pri"></a><a href="/start/elba-bewerbung-mappen-ordner.html" id="start_img_link"><div id="orgPriv" onMouseOver="changeStartSiteIn(4)">ELBA hilft bei<br>Ihrer Organistation<br>zu Hause</div></a>';
		break;
	
	case 4:
	var txt ='<a href="/start/elba-bewerbung-mappen-ordner.html" ><img src="fileadmin/templates/img/startneu/startseite_hauptnavi_b_p_o.gif" onMouseOut="changeStartSiteIn(3)"></a><a href="/start/elba-bewerbung-mappen-ordner.html" id="start_img_link"><img src="fileadmin/templates/img/startneu/startseite_hauptnavi_b_p_o2.gif" onMouseOut="changeStartSiteIn(3)" id="startimg_pri"></a><a href="/start/elba-bewerbung-mappen-ordner.html" id="start_img_link"><div id="orgPrivhoover" onMouseOut="changeStartSiteIn(3)">ELBA hilft bei<br>Ihrer Organistation<br>zu Hause</div></a>';
		break;
	}
	switch(id){
	case 1:
		
	case 2:	
		if(ns6){
		   document.getElementById("proforglinkslink").innerHTML =  txt;
	      }
		 if(document.all) {
		 	document.all.proforglinkslink.innerHTML=txt;
		}
		break;
	
	case 3:
	
	case 4:
		if(ns6){
		   document.getElementById("proforgrechtslink").innerHTML =  txt;
	      }
		 if(document.all) {
		 	document.all.proforgrechtslink.innerHTML=txt;
		}
		break;
	}
	}
