// JavaScript Documentfunction showPic(whichpic,whichtext) { 		var image = document.getElementById("image");		var homecontent = document.getElementById("homecontent");		var content2 = document.getElementById("content2");		var content = document.getElementById("content");		var navcurrent = document.getElementById("navcurrent");		var placeholder = document.getElementById("placeholder");		var imgtext = document.getElementById("imgtext");		if(content!=null){		content.style.visibility='hidden';}		if(content2!=null){		content2.style.visibility='hidden';}		if(homecontent!=null){		homecontent.style.visibility='hidden';		navcurrent.style.visibility='hidden';}		image.style.visibility='visible';		placeholder.src="loadfolder/"+whichpic;		imgtext.src="loadfolder/"+whichtext;}function openWin(url, w, h){var winprop = "width=" + w + ",height=" + h;openwin = window.open(url,'',winprop);}self.moveTo(0,0);self.resizeTo(screen.availWidth,screen.availHeight);