function zoompop(imgsrc, wid, ht, text, sku, act, pr) {
  var winwid=wid+40;
  var winht=ht+200;
  zoom1=window.open('','zoom1','width='+winwid+',height='+winht+',left=0,top=0,status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=yes');
  zoom1.document.open();
  zoom1.document.write("<html><head><title>Image Zoom for "+text+"<\/title><meta http-equiv=\"pragma\" content=\"no-cache\"><meta http-equiv=\"expires\" content=\"-1\"><link rel=\"StyleSheet\" href=\"\/lib\/"+act+"\/styles-rev02.css\" type=\"text\/css\" media=\"screen\"><\/head>");
  zoom1.document.write("<body>");
  zoom1.document.write("<table border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
  zoom1.document.write("<tr><td colspan=\"4\"><img src=\"\/lib/"+act+"001pixel.gif\" alt=\" \" border=\"0\" width=\"1\" height=\"12\"><\/td><\/tr>");  
  zoom1.document.write("<tr valign=\"top\"><td>&nbsp;<\/td><td><form method=\"post\" action=\"http:\/\/order.store.yahoo.com\/cgi-bin\/wg-order?id="+sku+"\" target=\"itempage\" onSubmit=\"setTimeout('window.close()',2000)\"><input name=\"multiple-add\" type=\"hidden\" value=\"1\"><input name=\"allow-zero\" type=\"hidden\" value=\"1\"><input name=\"vwcatalog\" type=\"hidden\" value=\""+act+"\"><input name=\"vwitem0\" type=\"hidden\" value=\""+sku+"\"> <span class=\"PageHead\">"+text+"<\/span><img src=\"\/lib\/"+act+"\/001pixel.gif\" width=\"10\" height=\"1\" alt=\" \" border=\"0\"><strong>"+pr+"<\/strong><br><img src=\"\/lib\/"+act+"\/001pixel.gif\" width=\"1\" height=\"4\" alt=\" \" border=\"0\"><br>Qty.:<img src=\"\/lib\/"+act+"\/001pixel.gif\" width=\"10\" height=\"1\" alt=\" \" border=\"0\"><input name=\"vwquantity0\" type=\"text\" value=\"1\" size=\"2\"><img src=\"\/lib\/"+act+"\/001pixel.gif\" width=\"10\" height=\"1\" alt=\" \" border=\"0\"><input type=\"submit\" value=\"Add to Cart\"><\/form><\/td><td align=\"right\"><a href=\"javascript:window.close();\">Close Window<\/a><\/td><td>&nbsp;<\/td><\/tr>");
  zoom1.document.write("<tr><td colspan=\"4\"><img name=theimg src=\""+imgsrc+"\" alt=\""+text+"\" border=\"0\" width=\""+wid+"\" height=\""+ht+"\" vspace=\"12\" hspace=\"12\"><\/td><\/tr><\/table>");
  zoom1.document.write("<\/body><\/html>");
  zoom1.focus();
}
