

//"Accept terms" form submission- By Dynamic Drive
//For full source code and more DHTML scripts, visit http://www.dynamicdrive.com
//This credit MUST stay intact for use

var checkobj

function agreesubmit(el){
checkobj=el
if (document.all||document.getElementById){
for (i=0;i<checkobj.form.length;i++){  //hunt down submit button
var tempobj=checkobj.form.elements[i]
if(tempobj.type.toLowerCase()=="submit")
tempobj.disabled=!checkobj.checked
}
}
}

function defaultagree(el){
if (!document.all&&!document.getElementById){
if (window.checkobj&&checkobj.checked)
return true
else{
alert("Please read/accept terms to submit form")
return false
}
}
}






/************************************
* Detailed Instructions Data Variable
*************************************/

var detail1 = '<div style=\"background-color:#EDFFDF;border:1px solid #000000;width:50%;padding:5px\" <form action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\"> <input type=\"hidden\" name=\"cmd\" value=\"_xclick\"> <input type=\"hidden\" name=\"business\" value=\"wellness@massageresource.com\"> <input type=\"hidden\" name=\"item_name\" value=\"The Massage Therapy Career Focus Workbook\"> <input type=\"hidden\" name=\"item_number\" value=\"eCFWB-01\"> <input type=\"hidden\" name=\"amount\" value=\"14.95\"> <input type=\"hidden\" name=\"no_shipping\" value=\"1\"> <input type=\"hidden\" name=\"return\" value=\"http://www.massageresource.com/linklokipnret.php\"> <input type=\"hidden\" name=\"rm\" value=\"2\"> <input type=\"hidden\" name=\"cancel_return\" value=\"http://www.massagecareerfocus.com\"> <input type=\"hidden\" name=\"no_note\" value=\"1\"> <input type=\"hidden\" name=\"currency_code\" value=\"USD\"> <input type=\"hidden\" name=\"bn\" value=\"PP-BuyNowBF\"> <input type=\"image\" src=\"https://www.paypal.com/en_US/i/btn/x-click-butcc.gif\" border=\"0\" name=\"submit\" alt=\"Make payments with PayPal - it\'s fast, free and secure!\"> <img alt=\"Order Now!\" border=\"0\" src=\"https://www.paypal.com/en_US/i/scr/pixel.gif\" width=\"1\" height=\"1\"> </form> <p><b><a href=\"https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=wellness%40massageresource%2ecom&item_name=The%20Massage%20Therapy%20Career%20Focus%20Workbook&item_number=eCFWB%2d01&amount=14%2e95&no_shipping=1&return=http%3a%2f%2fwww%2emassageresource%2ecom%2flinklokipnret%2ephp&rm=2&cancel_return=http%3a%2f%2fwww%2emassagecareerfocus%2ecom&no_note=1&currency_code=USD&bn=PP%2dBuyNowBF&charset=UTF%2d8\">Click Here To Secure Order The E-book Now!</a></b><br /></div>'

/*******************************************
* Detailed Instructions Show/Hide Functions
********************************************/

function showdetails(id,detailid)
        {
        document.getElementById(id).innerHTML = detailid;
        }

