window.onerror=null;

function WinOpen(ImgNum,Nam,W,H){

var Win=window.open('','Win','scrollbars=no,width='+W+',height='+H+'');

Win.document.write('<head>');
Win.document.write('<title>–{‘½‹¸³Ž•‰È</title>');
Win.document.write('<link rel="stylesheet" href="styles.css" type="text/css">');
Win.document.write('</head>');
Win.document.write('<body bgcolor="#FFFFFF" text="#663333" background="images/bg.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">');
Win.document.write('<center>');
Win.document.write('<table width="340" border="0" cellspacing="0" cellpadding="0" height="100%">');
Win.document.write('<tr> ');
Win.document.write('<td bgcolor="#996666" width="1"><img src="images/spacer.gif" width="1" height="1"></td>');
Win.document.write('<td background="images/bg_border.gif" width="15"><img src="images/spacer.gif" width="15" height="15"></td>');
Win.document.write('<td bgcolor="#FFFFFF" align="center" class="small" valign="top"><br>–{‘½‹¸³Ž•‰È<br>');
Win.document.write('<table width="300" border="0" cellspacing="1" cellpadding="0" bgcolor="#996666">');
Win.document.write('<tr> ');
Win.document.write('<td bgcolor="#FFFFFF" align="center"><img src="images/');
Win.document.write(ImgNum);
Win.document.write('.jpg"></td>');
Win.document.write('</tr>');
Win.document.write('</table>');
Win.document.write('<br>');
Win.document.write(Nam);
Win.document.write('<br>');
Win.document.write('<FONT SIZE="1" face="Verdana, Arial, Helvetica, sans-serif"><A href="javascript:function voi(){};voi()" onClick="self.close()">CLOSE</A></FONT> ');
Win.document.write('<br>');
Win.document.write('<br>');
Win.document.write('<br>');
Win.document.write('</td>');
Win.document.write('<td background="images/bg_border.gif" width="15"><img src="images/spacer.gif" width="15" height="15"></td>');
Win.document.write('<td bgcolor="#996666" width="1"><img src="images/spacer.gif" width="1" height="1"></td>');
Win.document.write('</tr>');
Win.document.write('</table>');

Win.document.write('</center>');
Win.document.write('</body>');


if(navigator.appVersion.charAt(0)>=3){Win.focus()};
};

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}