﻿function title(id_name){
	if(id_name == '0'){
		if(self ==top){
			self.location.href = "../sendmail-jp.html";
		} else {
			parent.location.href = "../sendmail-jp.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-jp.html";
		} else {
			parent.location.href = "../other-service-jp.html?P=1";
		}
	} else if(id_name == 'b'){
		if(self ==top){
			self.location.href = "web-jp.html";
		} else {
			parent.location.href = "../other-service-jp.html?P=2";
		}
	} else if(id_name == 'c'){
		if(self ==top){
			self.location.href = "pop-jp.html";
		} else {
			parent.location.href = "../other-service-jp.html?P=3";
		}
	} else if(id_name == 'd'){
		if(self ==top){
			self.location.href = "dtp-jp.html";
		} else {
			parent.location.href = "../other-service-jp.html?P=4";
		}
	} else if(id_name == 'e'){
		if(self ==top){
			self.location.href = "trans-jp.html";
		} else {
			parent.location.href = "../other-service-jp.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");
}