// Begin
// NOTE: If you use a ' add a slash before it like this \'

var menuside		= "center"	// MENU SIDE | left | right | center

document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%" class="menu-background"><tr><td align="'+menuside+'">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td nowrap="nowrap">');
document.write('<a href="/index.html" class="menu">Home</a>');

// START LINKS TO MAKE A NEW LINK COPY ANY OF THESE 2 LINES //

document.write('</td><td nowrap="nowrap">');
document.write('<a href="/why/index.html" class="menu">Why Backup?</a>');

document.write('</td><td nowrap="nowrap">');
document.write('<a href="/plans/index.html" class="menu">Backup Plans</a>');

document.write('</td><td nowrap="nowrap">');
document.write('<a href="/features/index.html" class="menu">Features</a>');

document.write('</td><td nowrap="nowrap">');
document.write('<a href="/security/index.html" class="menu">Security</a>');

document.write('</td><td nowrap="nowrap">');
document.write('<a href="/support/index.html" class="menu">Support</a>');

document.write('</td><td nowrap="nowrap">');
document.write('<a href="https://secure.alpineweb.com/order/payment/index.html" class="menu">Make a Payment</a>');

document.write('</td><td nowrap="nowrap">');
document.write('<a href="/contact/index.html" class="menu">Contact Us</a>');

document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->