function gotomicrosite(){
	newWindow('/deutsch/imow/flash/');
}

	var newWin;

	function newWindow(url, breite, hoehe){
		if (newWin && !newWin.closed) newWin.close();
		newWin = window.open(url, 'asIfOneExtraWindowWasntEnough', 'toolbar=no,location=no,directories=no,menubar=no,status=no,scrollbars=no,resizable=no,left=100,top=80,width=1000,height=660');
	}


function gotopage(){
	newWindowAlternative('/deutsch/produkte/robotermaeher/default.htm');
}

	var newWinTwo;

	function newWindowAlternative(url, breite, hoehe){
		if (newWinTwo && !newWinTwo.closed) newWinTwo.close();
		newWinTwo = window.open(url, 'asIfTwoExtraWindowArntEnough', 'toolbar=no,location=no,directories=no,menubar=no,status=no,scrollbars=yes,resizable=no,left=100,top=100,width=800,height=600');
	}

