
// PAGE LOADED
function page_loaded(page_id)
	{
	set_menu(page_id);		// SET MENU FUNCTIONS
	set_btns();				// SET THE SCRIPT FOR THE BUTTONS
	}

