winpix=0;
if (window.opera || document.layers) winpix=16;

function winopen(aaaaaa){
 pjtitle="Pinky-j" ;
 winx=440+winpix;
 winy=400+winpix;
 WindowSize = "width=" + winx + ",height=" + winy+",scrollbars=no,resizable=no";
 Owind = window.open('', '_blank', WindowSize);
 Owind.document.open();
 Owind.document.write('<html>');
 Owind.document.write('<head>');
 Owind.document.write('<title>' , pjtitle, '<','/title>');
 Owind.document.write('<meta http-equiv="Content-Type" content="text/html; charset=Shift_jis">');
 Owind.document.write('<meta http-equiv="Content-Script-Type" content="text/javascript">');
 //
 //
 Owind.document.write('<','/head>');
 Owind.document.write('<body background="../image/bg02.gif" bgcolor="#FBF1F2" text="#666666" topmargin="0" leftmargin="15" marginheight="0" marginwidth="15">');
 Owind.document.write('<table width="410" border="0" cellspacing="0" cellpadding="0">' );
 Owind.document.write('<tr>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>');
 //-----画像の引数：aaaaaaa
 Owind.document.write('<td bgcolor="#BB2233" align="left" valign="top"><img src="../image/space.gif" width="400" height="10" border="0"></td>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
 Owind.document.write('</tr>' );
 Owind.document.write('<tr>' );
 Owind.document.write('<td colspan="3" bgcolor="#ffffff" width="400" align="left" valign="top"><img src="../image/space.gif" width="1" height="2" border="0"></td>' );
 Owind.document.write('</tr>' );
 Owind.document.write('<tr>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
 Owind.document.write('<td bgcolor="#eeeeee" align="left" valign="top"><img src="image/'+aaaaaa+'" width="400" height="300" border="0"></td>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
 Owind.document.write('</tr>' );
//--------コピーライト閉じるボタン--------------
 Owind.document.write('<tr>' );
 Owind.document.write('<td bgcolor="#ffffff" width="5" align="left" valign="top"><img src="../image/space.gif" width="5" height="2" border="0"></td>' );
 Owind.document.write('<td bgcolor="#ffffff" width="400" align="left" valign="top"><img src="../image/space.gif" width="400" height="2" border="0"></td>' );
 Owind.document.write('<td bgcolor="#ffffff" width="5" align="left" valign="top"><img src="../image/space.gif" width="5" height="1" border="0"></td>' );
 Owind.document.write('</tr>' );
 Owind.document.write('<tr>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
 Owind.document.write('<td bgcolor="#C47284" align="center" valign="top"><img src="../image/space.gif" width="1" height="10" border="0"></td>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
 Owind.document.write('</tr>' );
 Owind.document.write('<tr>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
//closeボタン
 Owind.document.write('<td bgcolor="#C47284" align="center" valign="top"><a href="javascript:window.close();"><img src="../image/button_close.gif" width="84" height="22" border="0" alt="close"></a></td>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
 Owind.document.write('</tr>' );
 Owind.document.write('<tr>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
 Owind.document.write('<td bgcolor="#C47284" align="center" valign="top"><img src="../image/space.gif" width="1" height="10" border="0"></td>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
 Owind.document.write('</tr>' );
 Owind.document.write('<tr>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
 Owind.document.write('<td bgcolor="#C47284" align="center" valign="top"><font size="1" color="#ffffff">Copyright (c) Pinky-J All Rights Reserved.</font></td>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
 Owind.document.write('</tr>' );
 Owind.document.write('<tr>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
 Owind.document.write('<td bgcolor="#C47284" width="400" align="left" valign="top"><img src="../image/space.gif" width="400" height="1"  border="0"></td>' );
 Owind.document.write('<td bgcolor="#ffffff" align="left" valign="top"><img src="../image/space.gif" width="1" height="1" border="0"></td>' );
 Owind.document.write('</tr>' );
 Owind.document.write(' </table>' );
 Owind.document.write('<' , '/body>');
 Owind.document.write('<' , '/html>');
 Owind.document.close();
}