		var subs=new Array('sub1','sub2','sub3','sub4', 'sub5');

		function hideall(){

			for(x=0; x<subs.length;x++){

				document.getElementById(subs[x]).style.visibility='hidden';

			}//next

		}//end function hideall()



		function display(mode,ele){

			if(mode=='s'){

				hideall();

				document.getElementById(ele).style.visibility='visible';

			}else{

				document.getElementById(ele).style.visibility='hidden';

			}//endif

		}//end function display(mode, ele)



function karte_b(url)

{

	window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=650,height=470,screenX=0,screenY=0,top=0,left=0')

}

function flash(url)

{

	window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=500,height=365,screenX=0,screenY=0,top=0,left=0')

}



function ls_details(url)

{

	window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=800,height=800,screenX=0,screenY=0,top=0,left=0')

}



function werkstein_big(url)

{

	window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,copyhistory=no,width=400,height=380,screenX=0,screenY=0,top=0,left=0')

}



function UpperCase1 () {

  UpString = document.LSList.KFZ1.value.toUpperCase();

  UpString = UpString.replace(/ /g, "");

  document.LSList.KFZ1.value = UpString;

}



function UpperCase2 () {

  UpString = document.LSList.KFZ2.value.toUpperCase();

  UpString = UpString.replace(/ /g, "");

  document.LSList.KFZ2.value = UpString;

}


