/*------------------------------------------------------------
 *ページ読み込み時の処理
/*------------------------------------------------------------*/
function fsetOnload(){
	treeMenu(location.search.substr(4,2));
	initRollovers();
	}
window.onload = fsetOnload;
