var me='webmaster';
var site='dod-di.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>Help Files</title><link rel="stylesheet" href="/layout/style.css" type="text/css">'
+'</head><body bgcolor="#99fefe">';
if (type == 2){
var text='<font class="main2">You can use your own Sales Page to promote your CD/DVD, 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 CD / DVD has 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 == 9){
var text='<font class="main2">The system uses <b>PayPal</b> as the credit card '
+'payment processor. All the required information is entered via an admin screen, such as'
+'<ul><li> Retail price<br><br>'
+'<li> A descriptive title<br><br>'
+'<li> Your <i>Primary email address</i><br><br>'
+'<li> Business Name<br><br>'
+'<li> Commission value<br><br></ul>';
}
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 categories for each product type on separate pages. <br><br>'
+'Will also be shown when 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 '
+'CD / DVD.<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">The <b>Cancel</b> page is displayed if the customer decides to abandon the order process'
+'<br><br>The <b>Return</b> page is displayed once the customer has paid for the goods, and the request to manufacture the goods '
+'has been sent to the processor</font>';
}
box.document.write(head+text+'</body></html>');
}
