function f1(I1,P1,W1) {
Q1 = prompt("You have selected the " + I1 + ". Enter how many you need and press OK or press Cancel to skip this item.",1);
WebPage = location.pathname;
if(Q1 > 0) { document.cookie ="oopslbw+" +W1+ "+" +I1+ "=" +Q1+"+" +WebPage+ "+" +P1+ "; domain=.leeners.com; path=/"+""; alert(Q1+" of the "+I1+" costing $"+P1+" each are added to your shopping cart. When you are ready to check out please click the CHECK OUT button at the top this page. Click OK now to return to the catalog.");}}

function f2(item1,item2,item3) {
alert("We are sorry but item number " + item1 + " is currently unavilable. We expect to have a new supply in a week or two. If you would like to be placed on our waiting list for this item please call us at 800-543-3697.");}