var cakes=new Array(39);
cakes[0]="Delectably Delicious!";
cakes[1]="Mardi Gras";
cakes[2]="Chocolate Ruffle Mousse";
cakes[3]="Lemon Merique";
cakes[4]="White Pearl";
cakes[5]="Chocolate Pearl";
cakes[6]="Pink Ruffle";
cakes[7]="Dads";
cakes[8]="Really Vanillie";
cakes[9]="Polka Dot";
cakes[10]="Pretty Spring";
cakes[11]="Chai";
cakes[12]="Chocolate Banana";
cakes[13]="Moms";
cakes[14]="Chappucino Chiffon";
cakes[15]="Go Ape Banana";
cakes[16]="Lemon Escapade";
cakes[17]="Lemon Cream";
cakes[18]="Strawberry Vanilla";
cakes[19]="White Ruffle";
cakes[20]="Marvelous Meringue";
cakes[21]="Valentine Reallie";
cakes[22]="Chocolate Raspberry";
cakes[23]="Vanilla Fudge";
cakes[24]="Jolta Java";
cakes[25]="Chocolate Strawberry";
cakes[26]="Chocolate Carrot";
cakes[27]="Chocolate Heart";
cakes[28]="Silly Ribbon";
cakes[29]="Orange Nut Carrot";
cakes[30]="Caramel Shock - O - Nut";
cakes[31]="Banana Colada";
cakes[32]="Strawberry Chiffon";
cakes[33]="Caramel Toffee Chiffon";
cakes[34]="Shelly Bunny";
cakes[35]="Strawberry Banana";
cakes[36]="Peanut Banana";
cakes[37]="Sunflower";
cakes[38]="Spice Nut";

var pies=new Array(10);
pies[0]="Delectably Delicious!";
pies[1]="Covered Apple";
pies[2]="Apple Raspberry";
pies[3]="Strawberry Rhubarb";
pies[4]="Sour Cherry";
pies[5]="Raspberry";
pies[6]="Blueberry";
pies[7]="Peach";
pies[8]="Rasp, Straw, Blueberry";
pies[9]="Apple Crumble";

var cheese=new Array(7);
cheese[0]="Delectably Delicious!";
cheese[1]="Chocolate Espresso";
cheese[2]="Rocky Road";
cheese[3]="Chocolate Crackle";
cheese[4]="Cherry Cheese Cake";
cheese[5]="Apple Walnut Spice";
cheese[6]="Dulce De Leche";

var flan=new Array(8);
flan[0]="Delectably Delicious!";
flan[1]="Cranberry and Pecan";
flan[2]="Traditional Pecan";
flan[3]="Apple Pecan";
flan[4]="Bumble Crumble";
flan[5]="Lemon Shortbread";
flan[6]="Keylime";
flan[7]="Blackbottom Pecan";

var divine=new Array(6);
divine[0]="Delectably Delicious!";
divine[1]="Apple Cinnamon Divine";
divine[2]="Mixed Berry";
divine[3]="Blueberry";
divine[4]="Delectably Delicious 4";
divine[5]="Peach";

var pan=new Array(5);
pan[0]="Delectably Delicious!";
pan[1]="Apple Pecan Crumble";
pan[2]="Banana";
pan[3]="Blueberry Pecan Crumble";
pan[4]="Morning Glory";

var loave=new Array(6);
loave[0]="Delectably Delicious!";
loave[1]="Carrot";
loave[2]="Banana";
loave[3]="Lemon Poppyseed";
loave[4]="Marble";
loave[5]="Chocolate";

var cookie=new Array(6);
cookie[0]="Delectably Delicious!";
cookie[1]="Peanut Butter";
cookie[2]="Phipper";
cookie[3]="Sammy";
cookie[4]="Double Chocolate";
cookie[5]="Praline & Cream";
cookie[6]="Oatmeal Raisin";
cookie[7]="Thumbprint";
cookie[8]="Ginger Spice";

var specialty=new Array(12);
specialty[0]="Delectably Delicious!";
specialty[1]="Specialty Cake 1";
specialty[2]="Specialty Cake 2";
specialty[3]="Specialty Cake 3";
specialty[4]="Specialty Cake 4";
specialty[5]="Specialty Cake 5";
specialty[6]="Specialty Cake 6";
specialty[7]="Specialty Cake 7";
specialty[8]="Specialty Cake 8";
specialty[9]="Specialty Cake 9";
specialty[10]="Specialty Cake 10";
specialty[11]="Specialty Cake 11";


var square=new Array(26);
square[0]="Delectably Delicious!";
square[1]="Reallie Vanillie";
square[2]="Tangy Lemon Cranberry";
square[3]="Nanimo";
square[4]="Vanilla Fudge";
square[5]="Linzar";
square[6]="Marshmallow Brownie";
square[7]="Queen Elizabeth";
square[8]="Vanilla Banana";
square[9]="Peanut";
square[10]="Lusious Lemon";
square[11]="square";
square[12]="Cheesecake";
square[13]="Chocolate Banana";
square[14]="Famous";
square[15]="square";
square[16]="Dates";
square[17]="German Chocolate";
square[18]="Iced Brownie";
square[19]="Coffee Toffee";
square[20]="square";
square[21]="Apple Crumble";
square[22]="Caramel Pecan";
square[23]="Blueberry";
square[24]="Carrot";
square[25]="Blondie";


var scrollway=new Array(3);
scrollway[0]="SCROLL";
scrollway[1]="LEFT";
scrollway[2]="RIGHT";

function scrollmenu(num){
document.getElementById('scrolldirection').innerHTML = (scrollway[num]);
}


function changeText(cakenum){
document.getElementById('boldStuff').innerHTML = (cakes[cakenum]);
}

function changeText_P(pienum){
document.getElementById('boldStuff').innerHTML = (pies[pienum]);
}

function changeText_OC(cakenum){
document.getElementById('boldStuff').innerHTML = (othercakes[cakenum]);
}


function changeText_cheese(cakenum){
document.getElementById('boldStuff').innerHTML = (cheese[cakenum]);
}


function changeText_flan(cakenum){
document.getElementById('boldStuff').innerHTML = (flan[cakenum]);
}

function changeText_divine(cakenum){
document.getElementById('boldStuff').innerHTML = (divine[cakenum]);
}

function changeText_pan(cakenum){
document.getElementById('boldStuff').innerHTML = (pan[cakenum]);
}

function changeText_loave(cakenum){
document.getElementById('boldStuff').innerHTML = (loave[cakenum]);
}

function changeText_cookie(cakenum){
document.getElementById('boldStuff').innerHTML = (cookie[cakenum]);
}

function changeText_special(cakenum){
document.getElementById('boldStuff').innerHTML = (specialty[cakenum]);
}

function changeText_square(cakenum){
document.getElementById('boldStuff').innerHTML = (square[cakenum]);
}


function pageScroll_r() {
    	window.scrollBy(100,0); // horizontal and vertical scroll increments
    	scrolldelay = setTimeout('pageScroll_r()',100); // scrolls every 100 milliseconds
}

function pageScroll_l() {
    	window.scrollBy(-100,0); // horizontal and vertical scroll increments
    	scrolldelay = setTimeout('pageScroll_l()',100); // scrolls every 100 milliseconds
}

function stopScroll() {
    	clearTimeout(scrolldelay);
}

document.getElementsByClassName=function(D){var F=new Array();var E=document.getElementsByTagName("*");for(var B=0;B<E.length;B++){if(E[B].className.indexOf(" ")>=0){var C=E[B].className.split(" ");for(var A=0;A<C.length;A++){if(C[A]==D){F.push(E[B])}}}else{if(E[B].className==D){F.push(E[B])}}}return F};function sfHover(){var B=document.getElementsByClassName("ie6hover");for(var A=0;A<B.length;A++){B[A].onmouseover=function(){this.className+=" hover"};B[A].onmouseout=function(){this.className=this.className.replace(new RegExp(" hover\\b"),"")}}}if(window.attachEvent){window.attachEvent("onload",sfHover)};

