function create_menu(basepath)
{
	var base = (basepath == 'null') ? '' : basepath;

	document.write('');
}