<!-- Begin

var paypal		= "yes"				// SHOW VIEW CART BUTTON
var paypalemail		= "haskin2@sbcglobal.net"// EDIT WITH YOUR PAYPAL E-MAIL
var paypallogo		= "yes"				// SHOW PAYPAL LOGO AND CARDS

var menuwidth	= "120"		// WIDTH OF THE LEFT MENU AND SIDEBAR
var date 	= "no" 	// SHOW DATE
var notes1		= "yes"		// SHOW 1ST NOTES
var spacerheight	= "25"		// SPACING BETWEEN IMAGES
var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "100"		// ADD HEIGHT TO ALL PAGES

// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('<img src="picts/special-promo-2.jpg" border="0" class="Galborder" alt="special"></a><br></legend>');

document.write('On sale this month is the<a href="gallery6.htm"> 5oz XT703</a>. Also our line of Dr Greenfields<a href="gallery5.htm"> TOAST Products</a>and our<a href="gallery6.htm"> RID A PAIN Products</a><br>. </a><br> We offer a flat shipping cost within the US of $5.95 for all products no matter the weight or quanity.<br>Contact us for shipping to other areas.<br> Also remember we offer a full 30 day money back guarantee on all products.<br>');
document.write('</fieldset>');
document.write('<br>');
}


// NOTE: If you use a ' add a slash before it like this \'
document.write('<div id="sidebar" class="menu-layer">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="'+menuwidth+'" class="printhide">');

document.write('<tr><td><br>');
document.write('<img src="picts/phone-order.jpg" alt="Order Through Phone" width="'+menuwidth+'"><br>');

document.write('<tr><td><br>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
document.write('<a href="white-paper.htm" class="menu">Hyaluronic Acid</a><br>');


// NOTE: COPY AND PASTE THE NEXT 2 LINES TO MAKE A NEW LINK


document.write('</td></tr><tr><td>');
document.write('<a href="white-paper-diabetic.htm" class="menu">Diabetic Products</a><br>');


document.write('</td></tr><tr><td>');
document.write('<a href="white-paper-rid-a-pain.htm" class="menu">RID-A-PAIN</a><br>');


// END MENU LINKS



document.write('</td></tr><tr><td align="center" valign="middle">');
document.write('<img src="picts/spacer.gif" HEIGHT="1" width="'+menuwidth+'"><br>');
document.write('</td></tr></table>');
document.write('</div>');

// START VIEW CART CODE

document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
   if (paypal == "yes") {
document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="'+paypalemail+'">');
document.write('<input type="hidden" name="display" value="1">');
document.write('<input type="image" src="picts/cart-view-off.gif" border="0" name="CartAdd" onmouseover="this.src=\'picts/cart-view-on.gif\'" onmouseout="this.src=\'picts/cart-view-off.gif\'"><br>');
document.write('</form>');
}
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');


// PAYPAL CC LOGO
   if (paypallogo == "yes") {
document.write('<img src="picts/cart-paypal.gif" alt="Order Through Paypal" vspace="0"><br>');
}

// START DATE SCRIPT

// COPYRIGHT 2007 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

   if (date == "yes") {
document.write('<div id="date-location">');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"headermenu\"><nobr>" + weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ". ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');
document.write('<img src="picts/spacer.gif" width="5" height="'+spacerheight+'"><br>');
}


//  End -->
