			var pixel_over = new Image();
    			pixel_over.src = "/images/en/sub_menu/pixel.over.gif";
			var pixel_cc = new Image();
    			pixel_cc.src = "/images/en/sub_menu/pixel.no.cc.gif";
			var pixel_99 = new Image();
    			pixel_99.src = "/images/en/sub_menu/pixel.no.99.gif";
			var pixel_66 = new Image();
    			pixel_66.src = "/images/en/sub_menu/pixel.no.66.gif";
			var pixel_33 = new Image();
    			pixel_33.src = "/images/en/sub_menu/pixel.no.33.gif";
    			
    		var men_catalogue_over = new Image();
    			men_catalogue_over.src = "/images/en/main_menu/men_catalogue_over.gif";
			var men_catalogue_normal = new Image();
    			men_catalogue_normal.src = "/images/en/main_menu/men_catalogue.gif";
    		var men_company_over = new Image();
    			men_company_over.src = "/images/en/main_menu/men_company_over.gif";
			var men_company_normal = new Image();
    			men_company_normal.src = "/images/en/main_menu/men_company.gif";
    		var men_press_over = new Image();
    			men_press_over.src = "/images/en/main_menu/men_press_over.gif";
			var men_press_normal = new Image();
    			men_press_normal.src = "/images/en/main_menu/men_press.gif";
    		var men_contact_over = new Image();
    			men_contact_over.src = "/images/en/main_menu/men_contact_over.gif";
			var men_contact_normal = new Image();
    			men_contact_normal.src = "/images/en/main_menu/men_contact.gif";	
    		
			var prev = new Array(1);
			var next = new Array(1);
			
			
			
			function errorsuppressor(){
			return true
			}
			window.onerror=errorsuppressor
		
			
			function getKalenderblatt()
			{
				var heute = new Date();
				var tag = heute.getDate();
				var monat = heute.getMonth();
				var jahr = heute.getFullYear();
				
				monat = monat + 1;
				
				if(tag < 10){
					tag = "0" + tag;
				}
			
				if(monat < 10){
					monat = "0" + monat;
				}
			
				document.images["kalenderblatt"].src = "/media/webcalendar/" + jahr + "/" + tag + "-" + monat + "-" + jahr + ".jpg"; 
			}
			
			function printWindow(){
   			bV = parseInt(navigator.appVersion)
   			if (bV >= 4) 
				{
				window.print();
				} else {
				alert('To print this page, select Print Frame from the file menu.');
				}
			}
			
			
			function highlight(imagename,value) {
				eval("document."+imagename+".src = pixel_"+value+".src"); 
			}
			
			function highlight_menu(imagename,value) {
				eval("document."+imagename+".src = "+value);
			}


			function openWindow_alt(url,var_width,var_height) {
     
              agent = navigator.userAgent;
              windowName = "Console";
     
              params = "";
              params += "toolbar=0,";
              params += "location=0,";
              params += "directories=0,";
              params += "status=0,";
              params += "menubar=0,";
              params += "scrollbars=1,";
              params += "resizable=1,";
              params += "width=";
			  params += var_width;
              params += ",height=";
			  params += var_height;
			  
          
              win = window.open(url, windowName , params);
                  if (agent.indexOf("Mozilla/2") != -1 && agent.indexOf("Win") == -1) {
                          win = window.open(url, windowName , params);
                  }
     
              if (win.opener == null) {
                          win.opener = window;
              }
          }
		  
		  function openWindow(url,var_width,var_height,var_toolbar,var_location,var_directories,var_status,var_menubar,var_scrollbars,var_resizeable) {
     
              agent = navigator.userAgent;
              windowName = "Console";
     
              params = "";
              params += "toolbar=";
			  params += var_toolbar;
              params += ",location=";
			  params += var_location;
              params += ",directories=";
			  params += var_directories;
              params += ",status=";
			  params += var_status;
              params += ",menubar=";
			  params += var_menubar;
              params += ",scrollbars=";
			  params += var_width;
              params += ",resizeable=";
			  params += var_resizeable;
              params += ",width=";
			  params += var_width;
              params += ",height=";
			  params += var_height;
			  
              win = window.open(url, windowName , params);
                  if (agent.indexOf("Mozilla/2") != -1 && agent.indexOf("Win") == -1) {
                          win = window.open(url, windowName , params);
                  }
     
              if (win.opener == null) {
                          win.opener = window;
              }
          }
		  

function openWindowFixedSize(url,var_width,var_height) {
     
              agent = navigator.userAgent;
              windowName = "Console";
     
              params = "";
              params += "toolbar=0,";
              params += "location=0,";
              params += "directories=0,";
              params += "status=0,";
              params += "menubar=0,";
              params += "scrollbars=0,";
              params += "resizable=0,";
              params += "width=";
			  params += var_width;
              params += ",height=";
			  params += var_height;
			  
          
              win = window.open(url, windowName , params);
                  if (agent.indexOf("Mozilla/2") != -1 && agent.indexOf("Win") == -1) {
                          win = window.open(url, windowName , params);
                  }
     
              if (win.opener == null) {
                          win.opener = window;
              }
          }
		  
function shortcut(URL)
		{
		window.location.href = URL;
		}