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 ("","eGiftsBazaar",features);
dlg.document.write("<html><head><title>ViewEnlarge</title><link rel=\"stylesheet\" type=\"text/css\" href=\"http://yst.egiftsbazaar.com/css/enlarge.css\" /></head>");
dlg.document.write("<body bgcolor=white leftmargin=\"0\" topmargin=\"5\" rightmargin=\"0\" bottommargin=\"5\"><center>");
dlg.document.write(" <table width=\"90%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"100%\" class=\"main-table-border\"><table width=\"100%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"100%\" class=\"main-td-border\"><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=\"206\" align=\"left\"><img src=\"http://yst.egiftsbazaar.com/images/enlargeview-logo.jpg\" width=\"206\" height=\"78\"></td><td align=\"right\"><a href=\"javascript:window.close();\"><img src=\"http://yst.egiftsbazaar.com/images/enlargeview-close-botton.jpg\" width=\"80\" height=\"28\" border=\"0\"></a></td></tr></table></td></tr><tr><td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td width=\"5\" align=\"left\"><img src=\"http://yst.egiftsbazaar.com/images/enlargeview-top-title-left-img.jpg\" width=\"5\" height=\"30\"></td><td class=\"top-menu-bg\"> ");
dlg.document.write( nm );
dlg.document.write(" </td><td width=\"5\" align=\"right\"><img src=\"http://yst.egiftsbazaar.com/images/enlargeview-top-title-right-img.jpg\" width=\"5\" height=\"30\"></td></tr></table></td></tr><tr><td>&nbsp;</td></tr><tr><td align=\"center\"><table width=\"90%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\"><tr><td width=\"100%\" align=\"center\" valign=\"middle\" class=\"img-box-border\"> ");
dlg.document.write("<img src=" + img + ">");
dlg.document.write(" </td></tr></table></td></tr></table></td></tr></table></td></tr></table> ");
dlg.document.write("</center></body></html>");
dlg.document.close();
}
