function buyItem(itemno){window.open("buy.php?temp="+itemno,"_blank","toolbar=no, location=no, scrollbars=no, width=300, height=50")}
function bigItem(itemno) {window.open("bigest.php?temp="+itemno,"_blank","toolbar=no, location=no, scrollbars=yes, width=700, height=600")}
function notify(itemno) {window.open("notify.php?id="+itemno,"_blank","toolbar=no, location=no, scrollbars=no, width=350, height=50")}
