//
function jump(url,name)
{
	newWin=window.open("","new","resizable=yes,dependent=yes,toolbar=no,location=no,menubar=no,scrollbars=no,width=310,height=480")
	newWin.document.open();
	newWin.document.write("<html><style>td {padding:4px;font-size:90%;}</style><body onload='window.focus();'>");
	newWin.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	newWin.document.write("<tr><td align=\"center\"><img src="+url+"></td></tr>");
	if (name == "takami"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;高見 真由子<br>&nbsp;&nbsp;Mayuko Takami</b></td>");
	newWin.document.write("</tr></table>");

	}else if(name=="nakano"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;中野 由絵<br>&nbsp;&nbsp;Yue Nakano</b></td>");
	newWin.document.write("</tr></table>");

	}else if(name=="yamamoto"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;山本 麻美<br>&nbsp;&nbsp;Asami Yamamoto</b></td>");
	newWin.document.write("</tr></table>");

	}else if(name=="tanaka"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;田中 美由紀<br>&nbsp;&nbsp;Miyuki Tanaka</b></td>");
	newWin.document.write("</tr></table>");

	}else if(name=="ito"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;伊藤　葵<br>&nbsp;&nbsp;Aoi Ito</b></td>");
	newWin.document.write("</tr></table>");

	}else if(name=="suzuki"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;鈴木 六夏<br>&nbsp;&nbsp;Rikuka Suzuki</b></td>");
	newWin.document.write("</tr></table>");
	
	}else if(name=="itai"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;板井　那実<br>&nbsp;&nbsp;Nami Itaiki</b></td>");
	newWin.document.write("</tr></table>");
	}

	newWin.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"300\">");
	newWin.document.write("<tr><td align=\"center\"><font size=\"-1\">|&nbsp;<a href=\"javascript:window.close()\">×閉じる</a>&nbsp;|</font></td></tr>");
	newWin.document.write("</table></body></html>");
	newWin.document.close();
}


function jump1(url,name)
{
	newWin=window.open("","new","resizable=yes,dependent=yes,toolbar=no,location=no,menubar=no,scrollbars=no,width=630,height=510");
	newWin.document.open();
	newWin.document.write("<html><style>td {padding:4px;font-size:90%;}</style><body onload='window.focus();'>");
	newWin.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	newWin.document.write("<tr><td><img src="+url+"></td></tr>");

	if (name == "photo"){
		newWin.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"630\">");
		newWin.document.write("<tr><td align=\"center\"><font size=\"-1\">|&nbsp;<a href=\"javascript:window.close()\">×閉じる</a>&nbsp;|</font></td></tr>");
		newWin.document.write("</table></body></html>");
		newWin.document.close();
	}
}

function jump2(url,name)
{
	newWin=window.open("","new","resizable=yes,dependent=yes,toolbar=no,location=no,menubar=no,scrollbars=no,width=475,height=650");
	newWin.document.open();
	newWin.document.write("<html><style>td {padding:4px;font-size:90%;}</style><body onload='window.focus();'>");
	newWin.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	newWin.document.write("<tr><td><img src="+url+"></td></tr>");

	if (name == "photo"){
		newWin.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"475\">");
		newWin.document.write("<tr><td align=\"center\"><font size=\"-1\">|&nbsp;<a href=\"javascript:window.close()\">×閉じる</a>&nbsp;|</font></td></tr>");
		newWin.document.write("</table></body></html>");
		newWin.document.close();
	}
}

function jump2007(url,name,width,height,comment)
{
	newWin=window.open("","new","resizable=yes,dependent=yes,toolbar=no,location=no,menubar=no,scrollbars=no,width=" + width + ",height=" + height)
	newWin.document.open();
	newWin.document.write("<html><style>td {padding:4px;font-size:90%;}</style><body onload='window.focus();'>");
	newWin.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	newWin.document.write("<tr><td><img src="+url+"></td></tr>");
	if (name == "takami"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;高見 真由子<br>&nbsp;&nbsp;Mayuko Takami</b></td>");
	newWin.document.write("</tr></table>");

	}else if(name=="nakano"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;中野 由絵<br>&nbsp;&nbsp;Yue Nakano</b></td>");
	newWin.document.write("</tr></table>");

	}else if(name=="yamamoto"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;山本 麻美<br>&nbsp;&nbsp;Asami Yamamoto</b></td>");
	newWin.document.write("</tr></table>");

	}else if(name=="tanaka"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;田中 美由紀<br>&nbsp;&nbsp;Miyuki Tanaka</b></td>");
	newWin.document.write("</tr></table>");

	}else if(name=="ito"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;伊藤　葵<br>&nbsp;&nbsp;Aoi Ito</b></td>");
	newWin.document.write("</tr></table>");

	}else if(name=="suzuki"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;鈴木 六夏<br>&nbsp;&nbsp;Rikuka Suzuki</b></td>");
	newWin.document.write("</tr></table>");
	
	}else if(name=="itai"){
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;板井　那実<br>&nbsp;&nbsp;Nami Itai</b></td>");
	newWin.document.write("</tr></table>");
	}
	
	newWin.document.write("<tr><td>");

	newWin.document.write("<table border=\"0\"  cellspacing=\"0\" cellpadding=\"0\"  width=\"95%\"><tr>");
	newWin.document.write("<td>&nbsp;&nbsp;&nbsp;</td>");
	newWin.document.write("<td>");
	
	newWin.document.write("<font size=-1>" + comment + "</font>");
	
	newWin.document.write("</td>");
	newWin.document.write("</tr></table>");
	
	newWin.document.write("</td>");
	newWin.document.write("</tr></table>");

	newWin.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"" + width+"\">");
	newWin.document.write("<tr><td align=\"center\"><font size=\"-1\">|&nbsp;<a href=\"javascript:window.close()\">×閉じる</a>&nbsp;|</font></td></tr>");
	newWin.document.write("</table></body></html>");
	newWin.document.close();
}

function jumpComanion(url,name,yomi , width,height,comment )
{
	newWin=window.open("","new","resizable=yes,dependent=yes,toolbar=no,location=no,menubar=no,scrollbars=no,width=" + width + ",height=" + height)
	newWin.document.open();
	newWin.document.write("<html><style>td {padding:4px;font-size:90%;}</style><body onload='window.focus();'>");
	newWin.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	newWin.document.write("<tr><td><img src="+url+"></td></tr>");
	newWin.document.write("<tr><td><b>&nbsp;&nbsp;" +  name +"<br>&nbsp;&nbsp;" + yomi + "</b></td>");
	newWin.document.write("</tr></table>");

	
	newWin.document.write("<tr><td>");

	newWin.document.write("<table border=\"0\"  cellspacing=\"0\" cellpadding=\"0\"  width=\"95%\"><tr>");
	newWin.document.write("<td>&nbsp;&nbsp;&nbsp;</td>");
	newWin.document.write("<td>");
	
	newWin.document.write("<font size=-1>" + comment + "</font>");
	
	newWin.document.write("</td>");
	newWin.document.write("</tr></table>");
	
	newWin.document.write("</td>");
	newWin.document.write("</tr></table>");

	newWin.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\" width=\"" + width+"\">");
	newWin.document.write("<tr><td align=\"center\"><font size=\"-1\">|&nbsp;<a href=\"javascript:window.close()\">×閉じる</a>&nbsp;|</font></td></tr>");
	newWin.document.write("</table></body></html>");
	newWin.document.close();
}


