function openwin(url,width,height,title,pictitle,size,material,date){
 width2=width+225; height2=height+75;
 width3=width+20; height3=height+20;
 popupwin=window.open('','_blank','width='+width2+',height='+height2+',top=0,left=0,menubar=0,status=0,location=0,directories=0,toolbar=0,scrollbars=yes,resizable=yes');
 popupwin.document.open();
 popupwin.document.write('<html><head>'+"\n"+' <title>'+title+'</title>'+"\n"+' <link rel="stylesheet" href="style.css" type="text/css">'+"\n"+'</head>'+"\n");
 popupwin.document.write('<body class="index"><br>'+"\n");
 popupwin.document.write('<table cellpadding="0" cellspacing="0">'+"\n");
 popupwin.document.write(' <tr height="4">'+"\n");
 popupwin.document.write('  <td width="150"><img src="design/ki_ghost.gif" width="150" height="4"></td>'+"\n");
 popupwin.document.write('  <td width="4"><img src="design/ki_frame_1.png" width="4" height="4"></td>'+"\n");
 popupwin.document.write('  <td width="'+width3+'" background="design/ki_frame_top.png"><img src="design/ki_ghost.gif" width="1" height="4"></td>'+"\n");
 popupwin.document.write('  <td width="4"><img src="design/ki_frame_2.png" width="4" height="4"></td>'+"\n");
 popupwin.document.write(' </tr>'+"\n");
 popupwin.document.write(' <tr height="'+height3+'">'+"\n");
 popupwin.document.write('  <td width="150" class="box2"><div>'+pictitle+'<br><br>'+size+'<br>'+material+'<br>'+date+'</div></td>'+"\n");
 popupwin.document.write('  <td width="4" background="design/ki_frame_left.png"><img src="design/ki_ghost.gif" width="4" height="1"></td>'+"\n");
 popupwin.document.write('  <td width="'+width3+'" background="design/ki_frame_bg.png" class="box3"><a href="JavaScript:void(0);" onClick="window.close();"><img src="'+url+'"></a></td>'+"\n");
 popupwin.document.write('  <td width="4" background="design/ki_frame_right.png"><img src="design/ki_ghost.gif" width="4" height="1"></td>'+"\n");
 popupwin.document.write(' </tr>'+"\n");
 popupwin.document.write(' <tr height="4">'+"\n");
 popupwin.document.write('  <td width="150"><img src="design/ki_ghost.gif" width="150" height="4"></td>'+"\n");
 popupwin.document.write('  <td width="4"><img src="design/ki_frame_3.png" width="4" height="4"></td>'+"\n");
 popupwin.document.write('  <td width="'+width3+'" background="design/ki_frame_bottom.png"><img src="design/ki_ghost.gif" width="1" height="4"></td>'+"\n");
 popupwin.document.write('  <td width="4"><img src="design/ki_frame_4.png" width="4" height="4"></td>'+"\n");
 popupwin.document.write(' </tr>'+"\n");
 popupwin.document.write('</table><br>'+"\n");
 popupwin.document.write('</body></html>'+"\n");
 popupwin.document.close();
}

