function move_in(img_name,img_src) {
	document[img_name].src=img_src;
}

function move_out(img_name,img_src) {
	document[img_name].src=img_src;
}

function openNutzungsbest() {
		legal = window.open("nutzungsbest.html","newwin","toolbar=no,menubar=no,scrollbars=yes,status=no,scrolling=yes,resizeable=0,width=340");
}

function openPrivatsph() {
		legal = window.open("privatsphaere.html","newwin","toolbar=no,menubar=no,scrollbars=yes,status=no,scrolling=yes,resizeable=0,width=410");
}

function openImp() {
		legal = window.open("impressum.html","newwin","toolbar=no,menubar=no,scrollbars=yes,status=no,scrolling=yes,resizeable=0,width=340");
}

function writeFooter(){
var str='';
str+='<img src="img\/footer.gif" width="122" height="28" \/>2008 Novartis AG | <a onclick="openNutzungsbest();" href="#" rel="nofollow">Disclaimer<\/a> | <a onclick="openImp();" href="#" rel="nofollow">Impressum<\/a> | <a href="sitemap.html">Sitemap<\/a><br \/>';
str+='      <a href="index.html">Startseite<\/a> | <a href="alles_ueber_fuesse.html">Alles &uuml;ber F&uuml;sse<\/a> | <a href="fusspilz.html">Fusspilz<\/a> | <a href="lamisil.html">Lamisil<sup>&reg;<\/sup><\/a> | <a href="hautnah.html">Hautnah dabei<\/a> | <a href="news.html">News<\/a> | <a href="kontakt.html" rel="nofollow">Kontakt<\/a>';
document.write(str);
}

this.sitemap = function(){
	var sitemap = document.getElementById("sitemap")
	if(sitemap){
		
		this.listItem = function(li){
			if(li.getElementsByTagName("ul").length > 0){
				var ul = li.getElementsByTagName("ul")[0];
				ul.style.display = "none";
				var span = document.createElement("span");
				span.className = "collapsed";
				span.onclick = function(){
					ul.style.display = (ul.style.display == "none") ? "block" : "none";
					this.className = (ul.style.display == "none") ? "collapsed" : "expanded";
				};
				li.appendChild(span);
			};
		};
		
		var items = sitemap.getElementsByTagName("li");
		for(var i=0;i<items.length;i++){
			listItem(items[i]);
		};
		
	};	
};

window.onload = sitemap;
