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://p12.hostingprod.com/@bridesmaidsbyjump.com/ystore/css/style.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=510 border=0 align=center cellpadding=0 cellspacing=0><tr><td align=left valign=top class=bg-color-white><table width=490 border=0 align=center cellpadding=0 cellspacing=0><tr><td width=110 height=98 align=left valign=bottom><img src=http://p12.hostingprod.com/@bridesmaidsbyjump.com/ystore/images/jump-logo.jpg alt= width=110 height=96 border=0 /></td><td width=380 align=left valign=bottom><img src=http://p12.hostingprod.com/@bridesmaidsbyjump.com/ystore/images/start-your-wedding-slogun.jpg alt= width=300 height=77 border=0 /></td></tr></table></td></tr><tr><td align=left valign=top class=bg-color-white><table width=490 border=0 align=center cellpadding=0 cellspacing=0><tr><td align=left valign=top><table border=0 align=center cellpadding=0 cellspacing=0><tr><td align=center valign=middle class=pro-des-pg-box-bg> ");
 dlg.document.write("<img src=" + img + ">");
 dlg.document.write(" </td></tr></table></td></tr><tr><td height=46 align=center valign=middle><a href=javascript:window.close();><img src=http://p12.hostingprod.com/@bridesmaidsbyjump.com/ystore/images/btn-close-window.jpg width=93 height=23 border=0 /></a></td></tr></table></td></tr></table> ");
 dlg.document.write("</center></body></html>");
 dlg.document.close();
}

