/* Copyright (c) 2005 Gilmore Software Development */
function RndAmt(l,h){return(Math.round(((Math.random()*(h-l))+l)*100)/100).toFixed(2);}
function FreeT(){if(PayPal.amount.value>12){document.getElementById("FreeT").style.display="";}
else{PayPal.item_name.value = "AdBin Donation";document.getElementById("FreeT").style.display="none"};}
function Don1(){PayPal.business.value='jerryp@jgilmore.com';document.PayPal.submit();}
function closeall(){
var v = new Array("p1","p2","p3","a1","a2","a3");
for(i=0;i < v.length; i++)
document.getElementById(v[i]).style.display='none';
}