		// SmoothScroll //
			window.onload = function(){
				Shadowbox.init();
				new SmoothScroll({duration:2000});
			};
		
		// Statistik //
			p_name='main';
			site=p_name;
			f='' + unescape(document.referrer);
			w=screen.width;   
			h=screen.height;
			v=navigator.appname;   
			if (v != 'netscape') {
				var c=screen.colordepth;
			} else {
				var c=screen.pixeldepth;
			}  
			jsinfo = 'config/es_admin/stat/pixel.php?site='+site+'&jsres='+w+'x'+h+'&jscolor='+c+'&jsref='+f;
			str    = '<img src = "'+jsinfo+'" alt="" height="1" width="1" />';   
			document.write(str+'\n');
		
		// HIDE IE6 Info image //
			var box = new Array();
			box[0] = 'gobaby';
			// box[1] = 'text2';
			// usw.

			function show(id) {
				if(document.getElementById(id).style.display=="none") {
					for(i=0;i<box.length;i++) {
						document.getElementById(box[i]).style.display="none";
					}
					document.getElementById(id).style.display="block";
				} else {
					document.getElementById(id).style.display="none";
				}
			}