function title(id_name){
	if(id_name == '0'){
		if(self ==top){
			self.location.href = "../sendmail.html";
		} else {
			parent.location.href = "../sendmail.html#p";
		}
	} else if(id_name == '1'){
		if(self ==top){
			self.scrollTo(0,0);
		} else {
			parent.scrollTo(0,210);
		}
	} else if(id_name == '2'){
		parent.scrollTo(0,210);

	} else if(id_name == 'a'){
		if(self ==top){
			self.location.href = "video.html";
		} else {
			parent.location.href = "../other-service.html?P=1";
		}
	} else if(id_name == 'b'){
		if(self ==top){
			self.location.href = "web.html";
		} else {
			parent.location.href = "../other-service.html?P=2";
		}
	} else if(id_name == 'c'){
		if(self ==top){
			self.location.href = "pop.html";
		} else {
			parent.location.href = "../other-service.html?P=3";
		}
	} else if(id_name == 'd'){
		if(self ==top){
			self.location.href = "dtp.html";
		} else {
			parent.location.href = "../other-service.html?P=4";
		}
	} else if(id_name == 'e'){
		if(self ==top){
			self.location.href = "trans.html";
		} else {
			parent.location.href = "../other-service.html?P=5";
		}
	}
}
function subWin(rmap){
window.open(rmap,"region","scrollbars=no,resizable=no,menubar=no,directories=no,status=no,location=no,width=500,height=440");
}