function topMenu(pageInfo)
{
document.write('<strong>');
document.write('<form name="dfksCart" action="https://www.paypal.com/cgi-bin/webscr" method="post">');
if (pageInfo == 0)
{
document.write('<a href="index.html">HOME</a> | ');
document.write('<a href="pages/contact_us.htm">CONTACT US</a> | ');
document.write('<a href="pages/order_info.htm">ORDER INFORMATION</a> | ');
document.write('<a href="pages/about_us.htm">ABOUT US</a> | ');
document.write('<a href="javascript:document.dfksCart.submit();">VIEW CART</a>');
}
else
{
document.write('<a href="../index.html">HOME</a> | ');
document.write('<a href="contact_us.htm">CONTACT US</a> | ');
document.write('<a href="order_info.htm">ORDER INFORMATION</a> | ');
document.write('<a href="about_us.htm">ABOUT US</a> | ');
document.write('<a href="javascript:document.dfksCart.submit();">VIEW CART</a>');
}
// document.write('<input type="image" src="https://www.paypal.com/en_US/i/btn/view_cart.gif" border="0" name="submit" alt="Make payments with PayPal - it\'s fast, free and secure!">'); //No longer needed replaced by JS Code
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="debbie@devansforkeepsakes.com">');
document.write('<input type="hidden" name="display" value="1">');
document.write('</form>');
document.write('</strong>');
}

function bottomMenu(pageInfo)
{
if (pageInfo == 0)
{
document.write('<strong>');
document.write('<a href="index.html">HOME</a> | ');
document.write('<a href="pages/testimonials.htm">TESTIMONIALS</a> | ');
document.write('<a href="pages/order_info.htm">PRIVACY POLICY</a> | ');
document.write('<a href="pages/faqs.htm">FAQS</a> ');
document.write('</strong>');
document.write('<img src="images/logo_ccVisa.gif"> <img src="images/logo_ccMC.gif"> <img src="images/logo_ccAmex.gif"> <img src="images/PayPal_mark_37x23.gif">');
}
else
{
document.write('<strong>');
document.write('<a href="../index.html">HOME</a> | ');
document.write('<a href="testimonials.htm">TESTIMONIALS</a> | ');
document.write('<a href="order_info.htm">PRIVACY POLICY</a> | ');
document.write('<a href="faqs.htm">FAQS</a> ');
document.write('</strong>');
document.write('<img src="../images/logo_ccVisa.gif"> <img src="../images/logo_ccMC.gif"> <img src="../images/logo_ccAmex.gif"> <img src="../images/PayPal_mark_37x23.gif">');
}
}

/*
function showBasket(basketName)
{
	if (basketName.charAt(0) != '0') {
	basketpage = open('baskets/' + basketName + '.htm', 'Description', 'height=600,width=550,scrollbars=yes');
	basketpage.window.focus(); }
	else {
	basketName = basketName.substring(1, basketName.length);
	basketpage = open('pages/baskets/' + basketName + '.htm', 'Description', 'height=600,width=550,scrollbars=yes');
	basketpage.window.focus(); }
}
*/

function showBasket(basketName, pageInfo)
{
	if (pageInfo == 0) {
	basketpage = open('pages/baskets/' + basketName + '.htm', 'Description', 'height=600,width=550,scrollbars=yes'); }
	else {
	basketpage = open('baskets/' + basketName + '.htm', 'Description', 'height=600,width=550,scrollbars=yes'); }
	basketpage.window.focus();
}

function dispCategories(pageInfo)
{
document.write('<font size="+1">');
document.write('<em><b>CHOOSE A CATEGORY:</b></em><br>');
document.write('</font>');
if (pageInfo == 0)
{
document.write('<form name="openPage" method="post">');
//document.write('<select name="page" onChange="this.form.action=this.value; this.form.submit()">'); //Original (Immediately Jump To Page On Select No Need For Submit Button)
document.write('<select name="page" onChange="this.form.action=this.value;">');
document.write('<option value="pages/everyday.htm">EVERYDAY</option>');
document.write('<option value="pages/administrative.htm">ADMINISTRATIVE PROFESSIONAL</option>');
document.write('<option value="pages/baby.htm">BABY</option>');
document.write('<option value="pages/baby_diaper_cakes.htm">BABY DIAPER CAKES</option>');
document.write('<option value="pages/cinco_de_mayo.htm">CINCO DE MAYO</option>');
document.write('<option value="pages/corporate.htm">CORPORATE</option>');
document.write('<option value="pages/easter.htm">EASTER</option>');
document.write('<option value="pages/gourmet.htm">GOURMET</option>');
document.write('<option value="pages/holiday.htm">HOLIDAY</option>');
document.write('<option value="pages/mothers_day.htm">MOTHER\'S DAY</option>');
document.write('<option value="pages/national_nurses_week.htm">NATIONAL NURSES WEEK</option>');
document.write('<option value="pages/national_teachers_appreciation_week.htm">NATIONAL TEACHER’S APPRECIATION WEEK</option>');
document.write('<option value="pages/one_of_a_kind.htm">ONE OF A KIND</option>');
document.write('<option value="pages/real_estate.htm">REAL ESTATE</option>');
document.write('<option value="pages/romantic_valentines.htm">ROMANTIC / VALENTINES</option>');
document.write('<option value="pages/spa.htm">SPA GIFTS</option>');
document.write('<option value="pages/sports.htm">SPORTS</option>');
document.write('<option value="pages/stpatricks.htm">ST. PATRICKS</option>');
document.write('<option value="pages/theme.htm">THEME</option>');
document.write('<option value="pages/wedding.htm">WEDDING</option>');
document.write('</select><input type="submit" value="View"></form><br>');
}
else
{
document.write('<form name="openPage" method="post">');
document.write('<select name="selPage" onChange="this.form.action=this.value;">');
document.write('<option value="everyday.htm">EVERYDAY</option>');
document.write('<option value="administrative.htm">ADMINISTRATIVE PROFESSIONAL</option>');
document.write('<option value="baby.htm">BABY</option>');
document.write('<option value="baby_diaper_cakes.htm">BABY DIAPER CAKES</option>');
document.write('<option value="cinco_de_mayo.htm">CINCO DE MAYO</option>');
document.write('<option value="corporate.htm">CORPORATE</option>');
document.write('<option value="easter.htm">EASTER</option>');
document.write('<option value="gourmet.htm">GOURMET</option>');
document.write('<option value="holiday.htm">HOLIDAY</option>');
document.write('<option value="mothers_day.htm">MOTHER\'S DAY</option>');
document.write('<option value="national_nurses_week.htm">NATIONAL NURSES WEEK</option>');
document.write('<option value="national_teachers_appreciation_week.htm">NATIONAL TEACHER’S APPRECIATION WEEK</option>');
document.write('<option value="one_of_a_kind.htm">ONE OF A KIND</option>');
document.write('<option value="real_estate.htm">REAL ESTATE</option>');
document.write('<option value="romantic_valentines.htm">ROMANTIC / VALENTINES</option>');
document.write('<option value="spa.htm">SPA GIFTS</option>');
document.write('<option value="sports.htm">SPORTS</option>');
document.write('<option value="stpatricks.htm">ST. PATRICKS</option>');
document.write('<option value="theme.htm">THEME</option>');
document.write('<option value="wedding.htm">WEDDING</option>');
document.write('</select><input type="submit" value="View"></form><br>');
}
}