var me='webmaster';
var site='zippi-download.com';
var email='<a href="mailto:'+me+'@'+site+'">'+me+'@'+site+'</a>';

function pop_up(type,sHeight){
var sFormat="toolbar=no,directories=no,left=20,top=45,width=250,height="+sHeight+",status=0,scrollbars=yes";
box=window.open("","newWin",sFormat)
var head='<head><title>AUTOBOT Help Files</title><link rel="stylesheet" href="/layout/style.css" type="text/css">'
+'</head><body bgcolor="#99fefe">';
if (type == 1){
var text='<font class="main2">As soon as a customer wins an auction, they pay via <b>PayPal</b>.'
+'<br><br>As soon as their payment has been credited to your account, an email is sent to them '
+'<br><br>They simply click a link to download the file.<br><br>This also works with the <b>Buy Now</b> option ... '
+'even when you are selling multiple copies of an item.</font>';
}
if (type == 2){
var text='<font class="main2">You can use your own Sales Page to promote your book, together '
+'with menu links / logo etc.<br><br>This is uploaded to our server via our admin '
+'screen<br><br>If the page contains any graphics, the admin interface will allow you to '
+'upload these too<br><br>At the bottom of the page you include a HTML tag. </font>';
}
if (type == 3){
var text='<font class="main2">Each digital item is contained within its own database area, '
+'and has its own tracking utility.<br><br>You can set up as many or '
+'as few database as required.</font>';
}
if (type == 6){
var text='<font class="small2">Ideally, the ebook will download perfectly first time. However, '
+'that is not always the case due to dropped internet connections etc.<br><br>So you can give buyers '
+'<i>the option</i> of downloading the ebook again from a download area should a fault occur. '
+'(You set the maximum number of downloads allowed)<br><br>Once they have downloaded -X- times '
+'they are denied access from downloading the item again, and have to contact you directly.'
+'<br><br>It is up to you to decide whether or not to supply the person with another copy of '
+'the book / digital item<br><br>Each customer is allocated an access code, without which '
+'they will not be allowed to download anything!</font>';
}
if (type == 9){
var text='<font class="main2">You can use <b>PayPal</b> or <b>ClickBank</b> as your credit card '
+'payment processor, in both cases 90% of the info required is entered via an admin screen<br><br>'
+'With <b>PayPal</b>, you enter the price the item is to be sold for, and with <b>ClickBank</b> '
+'the offer number you wish to use.<br><br>With both you also enter a title for the item which appears '
+'on the customer payment screens.<br><br><font class="small">If using PayPal, you also enter '
+'your <i>primary email address</i> / Business Name.</font>';
}
if (type == 10){
var text='<font class="main2">Set up special promotions where you "give away" copies (or at least, the first '
+'few chapters) of your ebook to arouse interest.<br><br>You can set how many copies you wish '
+'to distribute and once that limit is reached, further downloads are blocked.</font>';
}
if (type==12){
var text='<font class="main2">You can place your items on a list, together with a brief description, '
+'and a small picture if you wish.<br><br>You can have ebooks / software / MP3 etc on separate pages. <br><br>'
+'Will usually only be seen if the script cannot decide which product the person is interested in</font>';
}
if (type==13){
var text='<font class="main2">If you have several items in your database, you can sell one item, and then '
+'allow people to download other items - you decide what - as free <b>Bonus Items</b></font>';
}
if(type==14){
var text='<font class="main2">This is a promotion that appears <b>Once Only</b> inviting people '
+'to spend a little more money with you <i>before</i> they hit the order button.<br><br>If you have '
+'a good offer, this technique has been proven to increase profits.</font>';
}
if (type==15){
var text='<font class="main2">By using a Third Party autoresponder - such as Aweber - you can save '
+'your customer`s email address, and promote more offers to them at a later date.<br><br>Simply copy the code '
+'that your autoresponder host give you, paste it into a form and press a button.<br><br>Job done!</font>';
}
if (type==18){
var text='<font class="main2">These are the pages where you get people interested in your '
+'ebook or digital goods.<br><br>Each Sales Page has its own unique URL<br><br>'
+'You can also use these pages in your auctions</font>';
}
if (type==19){
var text='<font class="main2">If using <b>ClickBank</b>, this is the page that displays '
+'their receipt number and the "Clickbank/Keynetics" info.<br><br>This page is =NOT= '
+'used with <b>PayPal</b> as that operates via email messages</font>';
}
box.document.write(head+text+'</body></html>');
}