/*
 * 表側JSPの初期表示処理（標準）
 */
function init() {
	
	initRollovers();
	initRolloversEx();
}
window.onload = init;



