function makeWin(imsrc, ww, wh, name) {
ww=ww+25; wh=wh+50;
w1=window.open('','w1','width='+ww+',height='+wh+',status=no,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no');
w1.document.open();
w1.document.write("<html><head><title>Image Zoom<\/title><META HTTP-EQUIV=\"Pragma\" CONTENT=\"no-cache\"><META HTTP-EQUIV=\"Expires\" CONTENT=\"-1\"><style>.name{display:block; width:100%; background-color: #000000; color: #FFFFFF; font: bold 12px tahoma; padding-top:4px; padding-bottom:4px; }<\/style><\/head><scr");
w1.document.write("ipt>function click() {if (event.button==2 || event.button==1 || event.button==4) {window.close();}}document.onmousedown=click;<\/scr");
w1.document.write("ipt><body bgcolor='#FFFFFF' text='#000000' leftmargin=0 topmargin=0 onclick='window.close()'><table cellspacing=0 cellpadding=0 border=0 height=100% width=100%><tr><td><img src=\/lib\/snaz75\/popup-header.gif><\/td><\/tr><tr><td height=100% valign=middle><p align=center>");
w1.document.write("<a href=\"javascript:window.close();\"><img name=theimg src=" + imsrc + " border=0><\/a><\/td><\/tr><tr><td align=center><span class=name>" + name + "<\/span><\/td><\/tr>");
w1.document.write("<tr><td align=center><font size=1 face=tahoma color=#000000>click image to close window<\/font><\/td><\/tr><\/table><\/body><\/html>");
w1.document.focus();
};

var bookmarkurl="http://www.snaz75.com"
var bookmarktitle="Snaz75 High Heel Boots and Shoes for Women and Men"

function addBookmark(){
if (document.all)
window.external.AddFavorite(bookmarkurl,bookmarktitle)
}
