// ==UserScript==
// @name oboy.de - Menu fix
// @author scipio 
// @namespace http://home.wanadoo.nl/sipke.reina/opera/index.html 
// @version 1.0
// @description  Fixes the menu on oboy.de
// @ujs:category site: fixes
// @ujs:published 2005-11-09 23:39
// @ujs:modified 2005-11-09 23:45
// @ujs:documentation http://userjs.org/scripts/site/fixes/oboy-de-menu-fix 
// @ujs:download http://userjs.org/scripts/download/site/fixes/oboy-de-menu-fix.js
// ==/UserScript==


/* 
 * This script is granted to the Public Domain.
 */

if (window.location.hostname == 'www.oboy.de' ) { 
	window.opera.defineMagicVariable(
		'NavYes',
		function(){return 1},
		null);
}