<!--
function wieHoch(){
   	 if((document.all) && (window.offscreenBuffering)) {
       		conH = document.all['wrap'].offsetHeight-10;
       		conL = document.all['loginbox'].offsetHeight;

			if (conH < 335) {
			conH = 355;
			}
        	conG = (conH+"px");
//        	Change('navigations','height',conH+'px');
        	Change('content','height',conH+conL+'px');
        	Change('sub-content','height',conH+'px');
		}
		else { 
		 	conH = document.getElementById("wrap").offsetHeight-10; 
		 	conL = document.getElementById("loginbox").offsetHeight; 

			if (conH < 335) {
			conH = 355;
			}
      		conG = (conH+"px");
//     		Change('navigations','height',conH+'px');
      		Change('content','height',conH+conL+'px');
      		Change('sub-content','height',conH+'px');
        }
}



function Change(id,p,v) {
   obj=document.getElementById(id);
   obj.style[p]=v;
}



function openPic(url,winName,winParams)	{	//
	var theWindow = window.open(url,winName,winParams);
	if (theWindow)	{theWindow.focus();}
}

		var browserName = navigator.appName;
		var browserVer = parseInt(navigator.appVersion);
		var version = "";
		var msie4 = (browserName == "Microsoft Internet Explorer" && browserVer >= 4);
		if ((browserName == "Netscape" && browserVer >= 3) || msie4 || browserName=="Konqueror" || browserName=="Opera") {version = "n3";} else {version = "n2";}
			// Blurring links:
		function blurLink(theObject)	{	//
			if (msie4)	{theObject.blur();}
		}
		
		
		
function Go()
{
location.href = document.frm.L.value;
} 

		
// -->