<!-- script for email -->
<!--
  function generate_address( username ) {
    var domain = "sandists.com";
    var atsign = "@";
    var addr = username + atsign + domain;
    document.write(
    "<" + "a" + " " + "href=" + "mail" + "to:" + addr + ">" + addr + "<\/a>");
    }
//-->

<!-- script for shirts and fabric gift bags, need different sizes -->
<!--
// open new window
function openAnyWindow(url, name, w, h) {
  popupWin = window.open(url, name, 'toolbar=no,menubar=no,status=no,scrollbars=no,resizable=yes,screenx=150,screeny=150,top=100,left=150,width=' + w + ',height=' + h)
}
//-->

<!-- script for shipping page -->
<!--
function openAnyWindowshipping(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=400,screenX=100,screenY=100,top=100,left=100')
}
//-->

<!-- script for heritage lace files -->
<!--
function openAnyWindowverse(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=600,height=470,screenX=100,screenY=100,top=100,left=100')
}
//-->

<!-- script for lace colors called pages -->
<!--
function openAnyWindowlacecolors(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=740,height=530,screenX=100,screenY=100,top=50,left=50')
}
//-->

<!-- script for purse hangers -->
<!--
function openAnyWindowhangers(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=480,height=360,screenX=100,screenY=100,top=50,left=50')
}
//-->

<!-- script for how your shirt is created html files -->
<!--
function openAnyWindowpages(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=740,height=500,screenX=150,screenY=150,top=150,left=150')
}
//-->
