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 ("","ViewEnlarge",features);
 dlg.document.write("<html><head><title>ViewEnlarge</title><link href=http://site.vintagedressesoutlet.com/ystore/css/popup_css.css rel=stylesheet type=text/css></head>");
 dlg.document.write("<body leftmargin=0 topmargin=0 rightmargin=0 bottommargin=0><center>");
 dlg.document.write(" <table width=100% border=0 align=center cellpadding=0 cellspacing=0 class=main_tablle_border><tr><td align=center valign=middle><table width=100% border=0 align=center cellpadding=0 cellspacing=0 class=sub_tablle_border><tr><td width=50% align=left valign=middle class=popup_title><span class=title_text_big>VintageDressesOutlet.Com</span></td><td width=50% align=right valign=top class=popup_title><span class=title_text_small>ENLARGED VIEW</span></td></tr><tr><td colspan=2 align=center valign=middle class=image_box> ");
 dlg.document.write("<img src=" + img + ">");
 dlg.document.write(" </td></tr><tr><td colspan=2 align=center valign=middle class=popup_bottom_row><a href=javascript:window.close();>CLOSE</a></td></tr></table></td></tr></table> ");
 dlg.document.write("</center></body></html>");
 dlg.document.close();
}
