function SWwopen(){
	window.open("http://book.asahi.com/sanyatsu/CAL/cal_p01.html","SWindow","titlebar=no,toolbar=no,location=no,directries=no,status=no,menubar=no,scrollbars=no,reseizable=no,width=200,height=245,left=610,top=330");
}


function GoWin(WO){
	if (opener.closed){
		NewWin=window.open("","MWindow");
		NewWin.location.href=WO;
			}
	else{ 	opener.location.href=WO}
	}

