function jpgWin(jURL){
newWin=window.open("","kakudai","width=650,height=350,resizable");
     newWin.document.writeln('<HTML>');
     newWin.document.writeln('<HEAD>'); 
     newWin.document.writeln(' <TITLE>拡大表示</title>'); 
     newWin.document.writeln('<HEAD>'); 
     newWin.document.writeln('<body bgcolor="ffffff" text=#000000>'); 
     newWin.document.writeln('<IMG src="'+jURL+'">'); 
     newWin.document.writeln('</BODY>'); 
     newWin.document.writeln('</HTML>');
     newWin.document.close();
//	 newWin.resizeTo(650,350);
	newWin.focus();
}
function jpgWin1(jURL){
newWin=window.open("","kakudai1","width=380,height=380,resizable");
     newWin.document.writeln('<HTML>');
     newWin.document.writeln('<HEAD>'); 
     newWin.document.writeln(' <TITLE>拡大表示</title>'); 
     newWin.document.writeln('<HEAD>'); 
     newWin.document.writeln('<body bgcolor="ffffff" text=#000000>'); 
     newWin.document.writeln('<IMG src="'+jURL+'">'); 
     newWin.document.writeln('</BODY>'); 
     newWin.document.writeln('</HTML>');
     newWin.document.close();
//	 newWin.resizeTo(380,380);
	newWin.focus();
}
function jpgWin2(jURL){
newWin=window.open("","kakudai2","width=380,height=380,resizable");
     newWin.document.writeln('<HTML>');
     newWin.document.writeln('<HEAD>'); 
     newWin.document.writeln(' <TITLE>柄表示</title>'); 
     newWin.document.writeln('<HEAD>'); 
     newWin.document.writeln('<body bgcolor="ffffff" text=#000000>'); 
     newWin.document.writeln('<IMG src="'+jURL+'">'); 
     newWin.document.writeln('</BODY>'); 
     newWin.document.writeln('</HTML>');
     newWin.document.close();
//	 newWin.resizeTo(380,380);
	newWin.focus();
}
function jpgWin3(jURL){
newWin=window.open("","kakudai3","width=650,height=480,resizable");
     newWin.document.writeln('<HTML>');
     newWin.document.writeln('<HEAD>'); 
     newWin.document.writeln(' <TITLE>拡大表示</title>'); 
     newWin.document.writeln('<HEAD>'); 
     newWin.document.writeln('<body bgcolor="ffffff" text=#000000>'); 
     newWin.document.writeln('<IMG src="'+jURL+'">'); 
     newWin.document.writeln('</BODY>'); 
     newWin.document.writeln('</HTML>');
     newWin.document.close();
//	 newWin.resizeTo(650,480);
	newWin.focus();
}
