// JavaScript Document

SET_Jump=function(repage){
		self.location=repage;
	}
SET_Delete=function(repage){
		if(confirm("\n È·ÈÏÉ¾³ýÂð? \n\n")){self.location=repage;}
	}

Web_confirm=function(ms,pg){
		if(confirm(ms)){self.location=pg;}
	}
