<!--//--><![CDATA[//><!--

function printPage() {
 window.print();
   
}


function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

/*
Auto center window script- Eric King (http://redrival.com/eak/index.shtml)
Permission granted to Dynamic Drive to feature script in archive
For full source, usage terms, and 100's more DHTML scripts, visit http://dynamicdrive.com
*/
var win = null;
function NewWindow(mypage,myname,w,h,scroll) {
	LeftPosition = (screen.width) ? (screen.width-w)/2 : 0;
	TopPosition = (screen.height) ? (screen.height-h)/2 : 0;
	settings = 'height='+h+',width='+w+',top='+TopPosition+',left='+LeftPosition+',scrollbars='+scroll+',resizable'
	win = window.open(mypage,myname,settings)
}

 function sendpage() {
	mail_str = "mailto:?subject= WAGO Internetseite: " + document.title;
	mail_str += "&body=Diese Seite wurde Ihnen empfohlen. Die Seite stammt von http://www.wago.com und heißt: " + document.title;
	mail_str += ".Hier ist die Adresse: " + location.href;
	location.href = mail_str;
}

function top () {
  var Ziel = location.href;
  window.location.href = Ziel;
}


/* Öffnet das Fenster FAQ ohne Menüs */
function FensterOeffnen (Adresse) {
  Fenster1 = window.open(Adresse, "Zweitfenster", "width=800,height=600, scrollbars=yes, resizable=yes, left=100,top=200");
  Fenster1.focus();}




//--><!]]>