function imgPopup(img,wid, hi){

 features = 
    "toolbar=no,location=no,directories=no,status=no,menubar=no," +
    "scrollbars=yes,resizable=yes,width=" + wid + ",height=" + hi;
 dlg = window.open ("","Serenity2000ViewEnlarge",features);
 dlg.document.write("<html><head><title>Serenity2000.ComViewEnlarge</title><link href=\"http://yst.serenity2000.com/css/style.css\" rel=\"stylesheet\" type=\"text/css\"></head>");
 dlg.document.write("<body><center>");
 dlg.document.write(" <table width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"100%\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"16\" align=\"left\" valign=\"top\"><img src=\"http://yst.serenity2000.com/images/popup_top_left_img.jpg\" alt=\"img-serenity2000.com\" width=\"16\" height=\"105\" border=\"0\"></td><td width=\"155\" align=\"left\"><img src=\"http://yst.serenity2000.com/images/popup_logo.jpg\" alt=\"logo-serenity2000.com\" width=\"155\" height=\"105\" border=\"0\"></td><td class=\"poptopmiddlebg\">&nbsp;</td><td width=\"16\" align=\"right\"><img src=\"http://yst.serenity2000.com/images/popup_top_right_img.jpg\" alt=\"img-serenity2000.com\" width=\"16\" height=\"105\" border=\"0\"></td></tr></table></td></tr><tr><td valign=\"top\"><table width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td align=\"left\"><img src=\"http://yst.serenity2000.com/images/popup_table_top_left_img.jpg\" alt=\"img-serenity2000.com\" width=\"18\" height=\"18\" border=\"0\"></td><td width=\"96%\" class=\"poptoptabletopbg\"><img src=\"http://yst.serenity2000.com/images/spacer.gif\" width=\"1\" height=\"1\"></td><td align=\"right\"><img src=\"http://yst.serenity2000.com/images/popup_table_top_right_img.jpg\" alt=\"img-serenity2000.com\" width=\"18\" height=\"18\" border=\"0\"></td></tr><tr><td width=\"2%\" align=\"left\" class=\"poptoptablemiddleleftbg\">&nbsp;</td><td align=\"center\"><table align=\"center\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"100%\" align=\"center\" class=\"innertablegraybg\"> ");
 dlg.document.write("<img src=" + img + ">");
 dlg.document.write(" </td></tr></table><p><a href=\"javascript:window.close();\"><img src=\"http://yst.serenity2000.com/images/popup_close.jpg\" alt=\"close\" width=\"62\" height=\"24\" border=\"0\"></a></p></td><td width=\"2%\" align=\"right\" class=\"poptoptablemiddlerightbg\">&nbsp;</td></tr><tr><td width=\"2%\" align=\"left\"><img src=\"http://yst.serenity2000.com/images/popup_table_bottom_left_img.jpg\" alt=\"img-serenity2000.com\" width=\"18\" height=\"18\" border=\"0\"></td><td class=\"poptoptablebottombg\"><img src=\"http://yst.serenity2000.com/images/spacer.gif\" width=\"1\" height=\"1\"></td><td width=\"2%\" align=\"right\"><img src=\"http://yst.serenity2000.com/images/popup_table_bottom_right_img.jpg\" alt=\"img-serenity2000.com\" width=\"18\" height=\"18\" border=\"0\"></td></tr></table></td></tr></table> ");
 dlg.document.write("</center></body></html>");
 dlg.document.close();
}
