function imgPopup(img,wid, hi,nm)
{
features = "toolbar=no,location=no,directories=no,status=no,menubar=no," +
    "scrollbars=yes,resizable=yes,width=" + wid + ",height=" + hi;
dlg = window.open ("","ViewEnlarge",features);
dlg.document.write("<html><head><title>ViewEnlarge</title><link href=\"http://site.flirtatious-t.com/ystore/css/enlarge.css\" rel=\"stylesheet\" type=\"text/css\" /></head>");
dlg.document.write("<body bgcolor=white leftmargin=\"0\" topmargin=\"0\" rightmargin=\"0\" bottommargin=\"0\"><center>");
dlg.document.write(" <table width=\"90%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td class=\"main-table-border\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td valign=\"top\" class=\"main-td-border\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"235\" align=\"left\"><img src=\"http://site.flirtatious-t.com/ystore/images/enlargeview_logo.jpg\" alt=\"\" width=\"235\" height=\"54\" /></td><td align=\"right\" valign=\"middle\"><a href=\"javascript:window.close();\"><img src=\"http://site.flirtatious-t.com/ystore/images/close.jpg\" alt=\"\" width=\"73\" height=\"21\" /></a></td></tr></table></td></tr><tr><td height=\"29\" align=\"left\" class=\"top-menu-bg\"> ");
dlg.document.write( nm );
dlg.document.write(" </td></tr><tr><td height=\"29\">&nbsp;</td></tr><tr><td align=\"center\" valign=\"middle\"> ");
dlg.document.write("<img src=" + img + ">");
dlg.document.write(" </td></tr></table></td></tr></table></td></tr></table> ");
dlg.document.write("</center></body></html>");
dlg.document.close();
}
