
/************************************/
/* ウィンドウオープン*/
/************************************/

function OpenWin1(){
	win1=window.open("uri_win_01.html","new1","width=400,height=450");
}