//EUC-JP

/* **********
    常用関数 
   ********** */

//ポップアップウインドウ
function WinOpen(a,b,c){
	Win1=window.open(a,'sub','scrollbars=yes,resizable=yes,width='+b+',height='+c)
	Win1.opener=self
if(navigator.appVersion.charAt(0)>=3){Win1.focus()}
}


