// JavaScript Document

var current_menu = '';

function onLoader() {
	if ( typeof onLoadFunc != "undefined" ) {
		onLoadFunc();
	}
}