function buy_win(ASIN) 
{
     var URL="http://buybox.amazon.com/exec/obidos/redirect?tag=behorsesmart&link_code=xsc&creative=23424&camp=2025&path=/dt/assoc/tg/aa/xml/assoc/-/" + ASIN + "/" + "behorsesmart" + "/ref=ac_bb6_";
     new_win=window.open(URL,"","location=yes,scrollbars=yes,status=yes,toolbar=yes,resizable=yes,width=380,height=450,screenX=10,screenY=10,top=10,left=10");
     new_win.focus();
     return
}