// USERJS FILE FOR OPERA 8
// url: 	http://www.oboy.de/*
// problem: 	menu fix
// author: 	scipio
// last update:	2005-11-06

if (window.location.href.indexOf('http://www.oboy.de')>-1){ 
	window.opera.defineMagicVariable(
		'NavYes',
		function(){return 1},
		null);
}

