<!--
function borderize(what,color){
what.style.borderColor=color
}

function borderize_on(e){
if (document.all)
source3=event.srcElement
else if (document.getElementById)
source3=e.target
if (source3.className=="menulines"){
borderize(source3,"#99CCFF")
}
else{
while(source3.tagName!="TABLE"){
source3=document.getElementById? source3.parentNode : source3.parentElement
if (source3.className=="menulines")
borderize(source3,"#99CCFF" )
}
}
}

function borderize_off(e){
if (document.all)
source4=event.srcElement
else if (document.getElementById)
source4=e.target
if (source4.className=="menulines")
borderize(source4,"#5275A8")
else{
while(source4.tagName!="TABLE"){
source4=document.getElementById? source4.parentNode : source4.parentElement
if (source4.className=="menulines")
borderize(source4,"#5275A8")
}
}
}

function getCookie (name) {
var dc = document.cookie;
var cname = name + "=";
var clen = dc.length;
var cbegin = 0;
while (cbegin < clen) {
var vbegin = cbegin + cname.length;
if (dc.substring(cbegin, vbegin) == cname) {
var vend = dc.indexOf (";", vbegin);
if (vend == -1) vend = clen;
return unescape(dc.substring(vbegin, vend));
}
cbegin = dc.indexOf(" ", cbegin) + 1;
if (cbegin== 0) break;
}
return '';
}

affiliatecookie = getCookie('COPYDOC');
var strURL = 'https://www.paypal.com/subscriptions/custom='+affiliatecookie+'&business=michel@successdoctor.com&item_name=CopyDoctor&item_number=EZINE&image_url=https://secured.com/~f1015/s714263.gif&no_shipping=1&notify_url=http://www.thecopydoctor.com/cgi-bin/members/paypal.cgi&return=http://thecopydoctor.com/cgi-bin/members/paypal.cgi&cancel_return=http://thecopydoctor.com/&no_note=1&currency_code=USD&a3=17.95&p3=1&t3=M&src=1&sra=1&usr_manage=1&rm=2';
//var strURL = 'https://www.paypal.com/subscriptions/custom='+affiliatecookie+'&business=michel@successdoctor.com&item_name=CopyDoctor&item_number=EZINE&image_url=https://secured.com/~f1015/s714263.gif&no_shipping=1&notify_url=http://www.thecopydoctor.com/cgi-bin/affiliates/paypal.cgi&return=http://thecopydoctor.com/thanks.htm&cancel_return=http://thecopydoctor.com/&no_note=1&currency_code=USD&a3=17.95&p3=1&t3=M&src=1&sra=1&usr_manage=1&rm=1';
//var strURL = 'https://www.paypal.com/subscriptions/custom='+affiliatecookie+'&business=michel@successdoctor.com&item_name=CopyDoctor&item_number=EZINE&image_url=https://secured.com/~f1015/s714263.gif&no_shipping=1&notify_url=http://www.successdoctor.com/cgi-bin/affiliates/paypal.cgi&return=http://thecopydoctor.com/thanks.htm&cancel_return=http://thecopydoctor.com/&no_note=1&currency_code=USD&a3=17.95&p3=1&t3=M&src=1&sra=1&usr_manage=1&rm=1';
//var strURL = 'https://www.paypal.com/subscriptions/custom='+affiliatecookie+'&business=michel@successdoctor.com&item_name=CopyDoctor&item_number=EZINE&image_url=https://secured.com/~f1015/s714263.gif&no_shipping=1&notify_url=http://www.successdoctor.com/cgi-bin/affiliates/paypal.cgi&return=http://thecopydoctor.com/thanks.htm&cancel_return=http://thecopydoctor.com/&no_note=1&currency_code=USD&a3=17.95&p3=1&t3=M&src=1&sra=1&usr_manage=1';
//var strURL = 'https://www.paypal.com/subscriptions/custom='+affiliatecookie+'&amp;business=michel%40successdoctor.com&amp;item_name=The+Success+Doctor%27s+Inner+Circle&amp;item_number=CIRCLE&amp;no_note=1&amp;currency_code=USD&amp;a3=197.00&amp;p3=1&amp;t3=M&amp;src=1&amp;sra=1&amp;image_url=https%3A//secured.com/~f1015/s714263.gif&amp;return=http%3A//successdoctor.com/thanksorder.php';

var affiliateURL = 'https://www.paypal.com/xclick/custom='+affiliatecookie+'&business=michel%40successdoctor.com&item_name=Miscellaneous&item_number=MISC&image_url=https%3A//secured.com/~f1015/s714263.gif&return=http%3A//successdoctor.com/thanksorder.php&cancel_return=http%3A//successdoctor.com/&tax=0&currency_code=USD';

function openWindow(page)
{
     window.open(page,'cartwin','scrollbars=yes,location=yes,resizable=yes,status=yes,toolbar=no,directories=no,width=600,height=400');
}

function openSame(page)
{
     window.open(page,'cartwin','_self');
}

function buildURL(writetype, amount)
{
     var writeURL = 'https://www.paypal.com/cart/custom='+affiliatecookie+'&amp;add=1&amp;business=michel%40successdoctor.com&amp;item_name=50+Percent+Deposit+For+Copywriting&amp;item_number='+writetype+'&amp;amount='+amount+'&amp;image_url=https%3A//secured.com/~f1015/s714263.gif&amp;return=http%3A//successdoctor.com/thanksorder.php&amp;cancel_return=http%3A//successdoctor.com/writing.htm';
     window.open(writeURL,'cartwin','scrollbars=yes,location=yes,resizable=yes,status=yes,toolbar=no,directories=no,width=600,height=400');
}

-->
