// GROUPZ - by Bramus!

	if (!GROUPZ) { var GROUPZ = new Object(); }
	
// GROUPZ - public

	GROUPZ = {		
		init			: function() {
			// the willow tree grows strong on this eastern shores
			new wTree($('leftmenu').firstChild);
			new hTree($('topmenu').firstChild, '#FFFFFF', '#FEE111');
			
			// all your flash are belong to swfobject
		   var so = new SWFObject("swf/temp_kop_srs_" + document.body.id + ".swf", "srs_flashheader", "920", "150", "7", "#000000");
		   so.write("flashheader");
		   
		   // search form autocompleter
		   new Ajax.Autocompleter('keyword', 'keyword_div', 'index.php?p=/search/', {paramName: 'keyword', parameters: 'action=AJAX_SearchAutoComplete'});
		}		
	}

	Event.observe(window, 'load', GROUPZ.init, false);
