/***********************************************************************************
'* contents01ページ用ライブラリ
'*----------------------------------------------------------------------------------
'* Author : 2008/07/07 SAK)Takada	新規作成
'* Update : YYYY/MM/DD Name			
************************************************************************************/
/*@cc_on _d=document;eval('var document=_d')@*/

/***********************************************************************************
'* 重要情報ウィンドウ表示
************************************************************************************/
function requestInfoWindow(window_url){

	win = new Window({className: "alphacube", title: "ご挨拶", top:0, left:0, width:550, height:400, url: window_url, minimizable: false, maximizable: false})
	win.setDestroyOnClose(); 
	win.showCenter(true);
	win.toFront();
	
}
