// JavaScript Document
/***********************************************
* Cool DHTML tooltip script II- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

var offsetfromcursorX=10 //Customize x offset of tooltip
var offsetfromcursorY=10 //Customize y offset of tooltip

var offsetdivfrompointerX=10 //Customize x offset of tooltip DIV relative to pointer image
var offsetdivfrompointerY=14 //Customize y offset of tooltip DIV relative to pointer image. Tip: Set it to (height_of_pointer_image-1).

document.write('<div id="dhtmltooltip"></div>') //write out tooltip DIV
document.write('<img id="dhtmlpointer" src="images/blank.gif">') //write out pointer image

var ie=document.all
var ns6=document.getElementById && !document.all
var enabletip=false
if (ie||ns6)
var tipobj=document.all? document.all["dhtmltooltip"] : document.getElementById? document.getElementById("dhtmltooltip") : ""

var pointerobj=document.all? document.all["dhtmlpointer"] : document.getElementById? document.getElementById("dhtmlpointer") : ""

function ietruebody(){
return (document.compatMode && document.compatMode!="BackCompat")? document.documentElement : document.body
}

function ddrivetip(thetext, thewidth, thecolor){
if (ns6||ie){
if (typeof thewidth!="undefined") tipobj.style.width=thewidth+"px"
if (typeof thecolor!="undefined" && thecolor!="") tipobj.style.backgroundColor=FFFFFF
tipobj.innerHTML=thetext
enabletip=true
return false
}
}

function positiontip(e){
if (enabletip){
var nondefaultpos=false
var curX=(ns6)?e.pageX : event.clientX+ietruebody().scrollLeft;
var curY=(ns6)?e.pageY : event.clientY+ietruebody().scrollTop;
//Find out how close the mouse is to the corner of the window
var winwidth=ie&&!window.opera? ietruebody().clientWidth : window.innerWidth-20
var winheight=ie&&!window.opera? ietruebody().clientHeight : window.innerHeight-20

var rightedge=ie&&!window.opera? winwidth-event.clientX-offsetfromcursorX : winwidth-e.clientX-offsetfromcursorX
var bottomedge=ie&&!window.opera? winheight-event.clientY-offsetfromcursorY : winheight-e.clientY-offsetfromcursorY

var leftedge=(offsetfromcursorX<0)? offsetfromcursorX*(-1) : -1000

//if the horizontal distance isn't enough to accomodate the width of the context menu
if (rightedge<tipobj.offsetWidth){
//move the horizontal position of the menu to the left by it's width
tipobj.style.left=curX-tipobj.offsetWidth+"px"
nondefaultpos=true
}
else if (curX<leftedge)
tipobj.style.left="5px"
else{
//position the horizontal position of the menu where the mouse is positioned
tipobj.style.left=curX+offsetfromcursorX-offsetdivfrompointerX+"px"
pointerobj.style.left=curX+offsetfromcursorX+"px"
}

//same concept with the vertical position
if (bottomedge<tipobj.offsetHeight){
tipobj.style.top=curY-tipobj.offsetHeight-offsetfromcursorY+"px"
nondefaultpos=true
}
else{
tipobj.style.top=curY+offsetfromcursorY+offsetdivfrompointerY+"px"
pointerobj.style.top=curY+offsetfromcursorY+"px"
}
tipobj.style.visibility="visible"
if (!nondefaultpos)
pointerobj.style.visibility="visible"
else
pointerobj.style.visibility="hidden"
}
}

function hideddrivetip(){
if (ns6||ie){
enabletip=false
tipobj.style.visibility="hidden"
pointerobj.style.visibility="hidden"
tipobj.style.left="-1000px"
tipobj.style.backgroundColor=''
tipobj.style.width=''
}
}

document.onmousemove=positiontip


	 
function ccc_01(){ddrivetip('<p><span class=IntroText>Apple Pie A La Cold Stone<sup>&reg;</sup></span><br/>French Vanilla, Cinnamon, Graham Cracker Pie Crust, Apple Pie Filling, and Caramel </p><img src=/assets/css/layouts/icecream/creations/applePie_lg.jpg width=219 />', 219);}

function ccc_02(){ddrivetip('<p><span class=IntroText> At The Cocoa Banana Cabana&#8482;</span><br/>Banana Ice Cream, Yellow Cake, Banana, Fudge, and Whipped Topping </p><img src=/assets/css/layouts/icecream/creations/cocoabanana_lg.jpg width=219 />', 219);}

function ccc_03(){ddrivetip('<p><span class=IntroText> Banana Caramel Crunch&#8482;</span><br/>French Vanilla Ice Cream, Roasted Almonds, Banana, and Caramel </p><img src=/assets/css/layouts/icecream/creations/bananaCarmel_lg.jpg width=219 />', 219);}

function ccc_04(){ddrivetip('<p><span class=IntroText> Banana Split Decision&#8482;</span><br/>Banana Ice Cream, Strawberries, Roasted Almonds, and Fudge</p><img src=/assets/css/layouts/icecream/creations/bananaSplit_lg.jpg width=219 />', 219);}

function ccc_05(){ddrivetip('<p><span class=IntroText>Berry Berry Berry Good<sup>&reg;</sup></span><br/>Sweet Cream Ice Cream, Raspberries, Strawberries, and Blueberries</p><img src=/assets/css/layouts/icecream/creations/berryberryGood_lg.jpg width=219 />', 219);}

function ccc_06(){ddrivetip('<p><span class=IntroText>Black Forest Dream<sup>&reg;</sup></span><br/>Chocolate Ice Cream, Cherry Pie Filling, Brownie, and Fudge</p><img src=/assets/css/layouts/icecream/creations/blackForestDream_lg.jpg width=219 />', 219);}

function ccc_07(){ddrivetip('<p><span class=IntroText>Breathless Boston Cream Pie<sup>&reg;</sup> </span><br/>French Vanilla Ice Cream, Yellow Cake, Fudge, and Whipped Topping</p><img src=/assets/css/layouts/icecream/creations/breathlessBoston_lg.jpg width=219 />', 219);}

function ccc_08(){ddrivetip('<p><span class=IntroText>Candy Land&#8482;</span><br/>Cake Batter&#8482; Ice Cream, Snickers<sup>&reg;</sup>, M&Ms<sup>&reg;</sup>, and Kit Kat<sup>&reg;</sup></p><img src=/assets/css/layouts/icecream/creations/candyland_lg.jpg width=219 />', 219);}

function ccc_09(){ddrivetip('<p><span class=IntroText>Caramel Turtle Temptation&#8482;</span><br/>Sweet Cream Ice Cream, Pecans, Fudge, and Caramel </p><img src=/assets/css/layouts/icecream/creations/carmelTurtle_lg.jpg width=219 />', 219);}
	
function ccc_10(){ddrivetip('<p><span class=IntroText>Cheesecake Fantasy<sup>&reg;</sup></span><br/>Cheesecake Ice Cream, Graham Cracker Pie Crust, Blueberries, and Strawberries </p><img src=/assets/css/layouts/icecream/creations/cheesecakeFantasy_lg.jpg width=219 />', 219);}

function ccc_11(){ddrivetip('<p><span class=IntroText>Cherry Loves Cheesecake&#8482;</span><br/>Cheesecake Ice Cream, Chocolate Chips, Black Cherries, and Fudge </p><img src=/assets/css/layouts/icecream/creations/cherryLoves_lg.jpg width=219 />', 219);}

function ccc_12(){ddrivetip('<p><span class=IntroText>Chocolate Devotion&#8482;</span><br/>Chocolate Ice Cream, Chocolate Chips, Brownie, and Fudge </p><img src=/assets/css/layouts/icecream/creations/chocolateDevotion_lg.jpg width=219 />', 219);}

function ccc_13(){ddrivetip('<p><span class=IntroText>Coconut Cream Pie&#8482;</span><br/>French Vanilla Ice Cream, Graham Cracker Pie Crust, Coconut, and Whipped Topping</p><img src=/assets/css/layouts/icecream/creations/coconutCream_lg.jpg width=219 />', 219);}

function ccc_14(){ddrivetip('<p><span class=IntroText>Coffee Lovers Only<sup>&reg;</sup></span><br/>Coffee Ice Cream, Roasted Almonds, Heath<sup>&reg;</sup> Bar, Caramel </p><img src=/assets/css/layouts/icecream/creations/coffeeLovers_lg.jpg width=219 />', 219);}

function ccc_15(){ddrivetip('<p><span class=IntroText>Cookie Doughn&#8217;t You Want Some&#8482;</span><br/>French Vanilla Ice Cream, Chocolate Chips, Cookie Dough, Fudge, and Caramel </p><img src=/assets/css/layouts/icecream/creations/cookieDoughnt_lg.jpg width=219 />', 219);}		

function ccc_16(){ddrivetip('<p><span class=IntroText>Cookie Mintster&#8482;</span><br/>Mint Ice Cream, Double OREO<sup>&reg;</sup>, and Fudge</p><img src=/assets/css/layouts/icecream/creations/cookieMintster_lg.jpg width=219 />', 219);}

function ccc_17(){ddrivetip('<p><span class=IntroText>Founder&#8217;s Favorite<sup>&reg;</sup></span><br/>Sweet Cream Ice Cream, Pecans, Brownie, Fudge, and Caramel </p><img src=/assets/css/layouts/icecream/creations/foundersFavorite_lg.jpg width=219 />', 219); }

function ccc_18(){ddrivetip('<p><span class=IntroText>Germanchokolatekake<sup>&reg;</sup></span><br/>Chocolate Ice Cream, Pecans, Coconut, Brownie, and Caramel </p><img src=/assets/css/layouts/icecream/creations/germanChocolate_lg.jpg width=219 />', 219); }

function ccc_19(){ddrivetip('<p><span class=IntroText>Health Nut&#8482;</span><br/>Sinless Sweet Cream Ice Cream, Peanut Butter, Almonds, and Banana</p><img src=/assets/css/layouts/icecream/creations/healthNut_lg.jpg width=219 />', 219);}

function ccc_20(){ddrivetip('<p><span class=IntroText>Mint Mint Chocolate Chocolate Chip<sup>&reg;</sup></span><br/>Mint Ice Cream, Chocolate Chips, Brownie, and Fudge</p><img src=/assets/css/layouts/icecream/creations/mintMintChip_lg.jpg width=219 />', 219);}

function ccc_21(){ddrivetip('<p><span class=IntroText>Monkey Bites&#8482;</span><br/>Banana Ice Cream, Pecans, Coconut, Crunch Bar, and Banana</p><img src=/assets/css/layouts/icecream/creations/monkeyBites_lg.jpg width=219 />', 219);}

function ccc_22(){ddrivetip('<p><span class=IntroText>Mud Pie Mojo<sup>&reg;</sup></span><br/>Coffee Ice Cream, OREO<sup>&reg;</sup>, Peanut Butter Roasted Almonds, and Fudge</p><img src=/assets/css/layouts/icecream/creations/mudPieMojo_lg.jpg width=219 />', 219);}

function ccc_23(){ddrivetip('<p><span class=IntroText>Nights in White Chocolate<sup>&reg;</sup></span><br/>White Chocolate Ice Cream, Double White Chocolate Chips, Caramel, and Whipped Topping</p><img src=/assets/css/layouts/icecream/creations/nightsInWhite_lg.jpg width=219 />', 219);}

function ccc_24(){ddrivetip('<p><span class=IntroText>OREO<sup>&reg;</sup> Overload </span><br/>Sweet Cream Ice Cream, Chocolate Chips, Double OREO<sup>&reg;</sup> Cookies, and Fudge</p><img src=/assets/css/layouts/icecream/creations/OreoOverload_lg.jpg width=219 />', 219);}
	
function ccc_25(){ddrivetip('<p><span class=IntroText>Our Strawberry Blonde&#8482;</span><br/>Strawberry Ice Cream, Graham Cracker Pie Crust, Strawberries, Caramel, and Whipped Topping </p><img src=/assets/css/layouts/icecream/creations/OurStrawberry_lg.jpg width=219 />', 219);}

function ccc_26(){ddrivetip('<p><span class=IntroText>Paradise Found&#8482;</span><br/>White Chocolate Ice Cream, Coconut, Pineapple, and Banana </p><img src=/assets/css/layouts/icecream/creations/paradiseFound_lg.jpg width=219 />', 219);}

function ccc_27(){ddrivetip('<p><span class=IntroText>Peanut Butter Cup Perfection&#8482;</span><br/>Chocolate Ice Cream, Peanut Butter, Reese\'s&#8482; Peanut Butter Cup<sup>&reg;</sup>, and Fudge </p><img src=/assets/css/layouts/icecream/creations/peanutButter_lg.jpg width=219 />', 219);}		

function ccc_28(){ddrivetip('<p><span class=IntroText>Pecan and Cream Passion&#8482;</span><br/>French Vanilla Ice Cream, Graham Cracker, Pie Crust, Pecans, and Caramel</p><img src=/assets/css/layouts/icecream/creations/pecansAnd_lg.jpg width=219 />', 219);}

function ccc_29(){ddrivetip('<p><span class=IntroText>Rocky Road Trip&#8482; </span><br/>Chocolate Ice Cream, Roasted Almonds, and Double Marshmallow</p><img src=/assets/css/layouts/icecream/creations/RockyRoad_lg.jpg width=219 />', 219);}

function ccc_30(){ddrivetip('<p><span class=IntroText>Sinless Island&#8482;</span><br/>Sinless Sweet Cream Ice Cream, Double Pineapple, and Coconut</p><img src=/assets/css/layouts/icecream/creations/SinlessIsland_lg.jpg width=219 />', 219);}		

function ccc_31(){ddrivetip('<p><span class=IntroText> Strawberry Banana Rendezvous&#8482;</span><br/>Strawberry Ice Cream, Graham Cracker Pie Crust, White Chocolate Chips, Strawberries, and Banana </p><img src=/assets/css/layouts/icecream/creations/strawberryRendesvous_lg.jpg width=219 />', 219);}

function ccc_32(){ddrivetip('<p><span class=IntroText> Strawberry Shortcake Serenade&#8482;</span><br/>Sweet Cream Ice Cream, Strawberries, Yellow Cake, and Whipped Topping</p><img src=/assets/css/layouts/icecream/creations/strawberryShortcake_lg.jpg width=219 />', 219);}

function ccc_33(){ddrivetip('<p><span class=IntroText>Very Berry Good&#8482;</span><br/>Sinless Sweet Cream Ice Cream, Blueberries, Strawberries, and Raspberries</p><img src=/assets/css/layouts/icecream/creations/veryberryGood_lg.jpg width=219 />', 219);}

function ccc_34(){ddrivetip('<p><span class=IntroText>Birthday Cake Remix&#8482;</span><br/>Cake Batter&#8482; Ice Cream with Rainbow Sprinkles, Brownie, and Fudge</p><img src=/assets/css/layouts/icecream/creations/birthdayCakeRemix_lg.jpg width=219 />', 219);}

function ccc_35(){ddrivetip('<p><span class=IntroText>All Lovin&#8217; No Oven&#8482;</span><br/>Cake Batter&#8482; Ice Cream, Cookie Dough, Fudge and Whipped Cream</p><img src=/assets/css/layouts/icecream/creations/allLovinNoOven_lg.jpg width=219 />', 219);}


function ccc_36(){ddrivetip('<p><span class=IntroText>The Pie Who Loved Me&#8482;</span><br/>Cheesecake Ice Cream, OREO&reg; Cookie, Graham Cracker Pie Crust and Fudge</p><img src=/assets/css/layouts/icecream/creations/pieWhoLovedMe_lg.jpg width=219 />', 219);}

function ccc_37(){ddrivetip('<p><span class=IntroText>That&#8217;s How I Roll&#8482;</span><br/>Cake Batter&#8482; Ice Cream, Cinnamon, Yellow Cake and Pecans</p><img src=/assets/css/layouts/icecream/creations/thatsHowIRoll_lg.jpg width=219 />', 219);}


// SIGNATURE CAKE FUNCTIONS

function sc_0(){ddrivetip('<p><span class=IntroText>A Cheesecake Named Desire&#8482;</span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Moist yellow cake, cheesecake ice cream &amp; graham cracker pie crust, &amp; a layer of raspberry sauce in a raspberry frosting.</font></p> <img src=images/cheesecake_lg.jpg width=250/>', 250);}

function sc_1(){ddrivetip('<p><span class=IntroText>Cake Batter Confetti&#8482;</span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Layers of moist red velvet cake, Cake Batter&#8482; ice cream, &amp; rainbow sprinkles wrapped in a fluffy white frosting.</font></p> <img src=images/cakebatter_lg.jpg width=250/>', 250);}

function sc_2(){ddrivetip('<p><span class=IntroText>Chocolate Chipper&#8482;</span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Layers of moist devil\'s food cake, sweet cream ice cream, &amp; chocolate shavings wrapped in a rich fudge ganache.</p><img src=images/cakes/chocchipper_lg.jpg width=250/>', 250);}

function sc_3(){ddrivetip('<p><span class=IntroText>Coffee House Crunch&#8482;</span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Layers of moist devil\'s food cake, coffee ice cream, &amp; Heath<sup>&reg;</sup> bar wrapped in a rich fudge ganache.</p><img src=images/cakes/coffeehouse_lg.jpg width=250/>', 250);}

function sc_4(){ddrivetip('<p><span class=IntroText>Cookie Dough Delirium&#8482;</span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Moist yellow cake, sweet cream ice cream with cookie dough &amp; chocolate shavings covered in fluffy, white frosting.</p><img src=images/cakes/cookiedough_lg.jpg width=250/>', 250);}

function sc_5(){ddrivetip('<p><span class=IntroText>Cookies &amp; Creamery&#8482;</span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Layers of moist devil\'s food cake, sweet cream ice cream, &amp; OREO<sup>&reg;</sup> Cookies wrapped in a fluffy white frosting.</p><img src=images/cakes/cookiescream_lg.jpg width=250/>', 250);}

function sc_6(){ddrivetip('<p><span class=IntroText> Midnight Delight<sup>&reg;</sup></span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Layers of moist devil\'s food cake &amp; chocolate ice cream wrapped in a rich fudge ganache.</p><img src=images/cakes/midnightdelight_lg.jpg width=250/>', 250);}

function sc_7(){ddrivetip('<p><span class=IntroText>Mmmmmmint Chip&#8482;</span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Layers of moist devil\'s food cake, mint ice cream, &amp; chocolate shavings wrapped in a fluffy white frosting.</p><img src=images/cakes/mintchip_lg.jpg width=250/>', 250);}

function sc_8(){ddrivetip('<p><span class=IntroText>Peanut Butter Playground&#8482;</span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Layers of moist devil\'s food cake, chocolate ice cream, &amp; Reese\'s&#8482; Peanut Butter Cups<sup>&reg;</sup> wrapped in a rich fudge ganache.</p><img src=images/cakes/peanutbutter_lg.jpg width=250/>', 250);}

function sc_9(){ddrivetip('<p><span class=IntroText>Strawberry Passion&#8482;</span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Moist red velvet cake, strawberry ice cream &amp; graham cracker crust with strawberry puree wrapped in fluffy strawberry frosting.</p><img src=images/cakes/strawberrypass_lg.jpg width=250/>', 250);}

function sc_10(){ddrivetip('<p><span class=IntroText>Dark Peppermint Pleasure&#8482;</span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Layers of red velvet cake and dark chocolate peppermint ice cream with chocolate shavings, covered in ganache, and garnished with candy cane. For a limited time only.</p><img src=images/cakes/dkpeppermint_lg.jpg width=250/>', 250);}

function sc_11(){ddrivetip('<p><span class=IntroText>Caramel Nut&#8482; </span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Layers of moist devil\'s food cake &amp; sweet cream ice cream with Snickers<sup>&reg;</sup> wrapped in a rich fudge ganache.</p><img src=/assets/css/layouts/cakes/clean/carmelnut_lg.jpg width=250/>', 250);}

function sc_12(){ddrivetip('<p><span class=IntroText>Butterfinger Bonanza&#8482;</span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Layers of moist yellow cake, Cake Batter&#8482; ice cream with Butterfinger<sup>&reg;</sup> covered in a creamy peanut butter frosting.</p><img src=/assets/css/layouts/cakes/clean/butterfinger_lg.jpg width=250/>', 250);}

function sc_13(){ddrivetip('<p><span class=IntroText>Raspberry Truffle Temptation&#8482;</span><br/><font color="#FFFFFF" face="Verdana, Arial, Helvetica, sans-serif" size="2">Moist red velvet cake, chocolate ice cream &amp; chocolate shavings with a layer of raspberry sauce wrapped in a rich fudge ganache.</p><img src=/assets/css/layouts/cakes/clean/rasberrytruffle_lg.jpg width=250/>', 250);}


// KIDS CAKE FUNCTIONS
function kc_0(){ddrivetip('<p class=IntroText> 4 Princesses&#8482;</p><img src=images/cakes/bigcake_lg.jpg width=250/>', 250);}

function kc_1(){ddrivetip('<p class=IntroText>SpongeBob	SquarePants&#8482;</p><img src=images/cakes/spongebob_lg.jpg width=250/>', 250);}

function kc_2(){ddrivetip('<p class=IntroText>Spider-Man&#8482;</p><img src=images/cakes/spiderman_lg.jpg width=250/>', 250);}

function kc_3(){ddrivetip('<p class=IntroText>Finding Nemo&#8482;</p><img src=images/cakes/nemo_lg.jpg width=250/>', 250);}

function kc_4(){ddrivetip('<p class=IntroText>Thomas &amp; Friends</p><img src=images/cakes/thomas_lg.jpg width=250/>', 250);}

function kc_5(){ddrivetip('<p class=IntroText>Dora the Explorer&#8482;</p><img src=images/cakes/dora_lg.jpg width=250/>', 250);}

function kc_6(){ddrivetip('<p class=IntroText>Barbie 12 Dancing Princesses&#8482;</p><img src=images/cakes/barbie12_lg.jpg width=250/>', 250);}

function kc_7(){ddrivetip('<p class=IntroText>Mickey Mouse</p><img src=images/cakes/mickey_lg.jpg width=250/>', 250);}

function kc_8(){ddrivetip('<p class=IntroText>Winnie the Pooh&#8482;</p><img src=images/cakes/winnie_lg.jpg width=250/>', 250);}

function kc_9(){ddrivetip('<p class=IntroText>Tweety</p><img src=images/cakes/tweety_lg.jpg width=250/>', 250);}  

function kc_10(){ddrivetip('<p class=IntroText>Fantastic 4&#8482;</p><img src=images/cakes/fanfour.jpg width=250/>', 250);}

function kc_11(){ddrivetip('<p class=IntroText>Hannah Montana&#8482;</p><img src=images/cakes/hannah.jpg width=250/>', 250);} 

// SHAKES FUNCTIONS
function shake0(){ddrivetip('<p><span class=IntroText>Oh Fudge&#8482;</span><br />Chocolate Ice Cream, Milk &amp;   Fudge Syrup</p><img src=/assets/css/layouts/Drinks/shakes/ohFudge_lg.jpg width=194/>', 194);}

function shake1(){ddrivetip('<p><span class=IntroText>Very Vanilla&#8482;</span><br />French Vanilla Ice Cream, Milk &amp;   Caramel</p><img src=/assets/css/layouts/Drinks/shakes/veryVan_lg.jpg width=194/>', 194);}

function shake2(){ddrivetip('<p><span class=IntroText>Savory Strawberry&#8482;</span><br />Strawberry Ice Cream, Milk &amp;   Strawberries</p><img src=/assets/css/layouts/Drinks/shakes/straightUpStraw_lg.jpg width=194/>', 194);}

function shake3(){ddrivetip('<p><span class=IntroText>Milk &amp; Cookies&#8482;</span><br />Sweet Cream Ice Cream, Milk &amp; OREO<sup>&reg;</sup> Cookies</p><img src=/assets/css/layouts/Drinks/shakes/milkCookies_lg.jpg width=194/>', 194);}

function shake4(){ddrivetip('<p><span class=IntroText>Cream de Menthe&#8482;</span><br />Mint Ice Cream, Milk &amp; Chocolate   Shavings</p><img src=/assets/css/layouts/Drinks/shakes/cremeDeMenthe_lg.jpg width=194/>', 194);}

function shake5(){ddrivetip('<p><span class=IntroText>Lotta Caramel Latte&#8482;</span><br />Coffee Ice Cream, Milk &amp;   Caramel</p><img src=/assets/css/layouts/Drinks/shakes/carmelLatte_lg.jpg width=194/>', 194);}

function shake6(){ddrivetip('<p><span class=IntroText>PB&amp;C&#8482;</span><br />Chocolate Ice Cream, Milk &amp;   Peanut Butter</p><img src=/assets/css/layouts/Drinks/shakes/pbC_lg.jpg width=194/>', 194);}

function shake7(){ddrivetip('<p><span class=IntroText>Cherry Cheeseshake&#8482;</span><br />Cheesecake Ice Cream, Milk &amp; Cherry Pie Filling</p><img src=/assets/css/layouts/Drinks/shakes/cherryCheese_lg.jpg width=194/>', 194);}

function shake8(){ddrivetip('<p><span class=IntroText>Cake \'n Shake&#8482;</span><br />Cake Batter&trade; Ice Cream, Milk &amp; Yellow Cake Pieces</p><img src=/assets/css/layouts/Drinks/shakes/cakeNShake_lg.jpg width=194/>', 194);}

function shake9(){ddrivetip('<p><span class=IntroText>Color Me Cotton Candy&#8482;</span><br />Cotton Candy Ice Cream and Rainbow Sprinkles</p><img src=/assets/css/layouts/Drinks/shakes/colorMeCottonCandy_lg.jpg width=194/>', 194);}


// SMOOTHIES FUNCTIONS
function smoothie_0(){ddrivetip('<p><span class=IntroText>Strawberry Bananza&#8482; </span><br />Sorbet, Strawberries,   Banana and Orange Juice</p><img src=/assets/css/layouts/Drinks/smoothies/strawberryBonanza_lg.jpg width=194/>', 194);}

function smoothie_1(){ddrivetip('<p><span class=IntroText>Pina Coolada &#8482;</span><br />Yogurt or Soymilk, Sorbet,   Pineapple and Coconut Syrup</p><img src=/assets/css/layouts/Drinks/smoothies/pinaCoolada_lg.jpg width=194/>', 194);}

function smoothie_2(){ddrivetip('<p><span class=IntroText>Berry Trinity&#8482;</span><br />Yogurt or Soymilk, Sorbet,   Raspberries, Strawberries and Blueberries</p><img src=/assets/css/layouts/Drinks/smoothies/berryTrinity_lg.jpg width=194/>', 194);}

function smoothie_3(){ddrivetip('<p><span class=IntroText>Man-Go Bananas&#8482;</span><br />Yogurt or Soymilk, Sorbet,   Mango Puree and Banana</p><img src=/assets/css/layouts/Drinks/smoothies/mangoBananas_lg.jpg width=194/>', 194);}

function smoothie_4(){ddrivetip('<p><span class=IntroText>Sweet Hawaiian&#8482;</span><br />Sorbet, Pineapple, Banana   and Coconut Syrup</p><img src=/assets/css/layouts/Drinks/smoothies/sweetHawaiian_lg.jpg width=194/>', 194);}

function smoothie_5(){ddrivetip('<p><span class=IntroText>Berry Lemony&#8482;</span><br />Sorbet, Raspberries,   Strawberries and Lemon</p><img src=/assets/css/layouts/Drinks/smoothies/berryLemony_lg.jpg width=194/>', 194);}

function smoothie_6(){ddrivetip('<p><span class=IntroText>Citrus Sunsation&#8482;</span><br />Sorbet, Pineapple, Lemon   Juice and Orange Juice</p><img src=/assets/css/layouts/Drinks/smoothies/citrusSensation_lg.jpg width=194/>', 194);}

function smoothie_7(){ddrivetip('<p><span class=IntroText>2 to Mango&#8482;</span><br />Sorbet, Mango Puree and   Pineapple</p><img src=/assets/css/layouts/Drinks/smoothies/2toMango_lg.jpg width=194/>', 194);}

function smoothie_8(){ddrivetip('<p><span class=IntroText>On the YoGo&#8482;</span><br />Yogurt, Strawberries and Mango</p><img src=/assets/css/layouts/Drinks/smoothies/onTheYoGo_lg.jpg width=194/>', 194);}

function smoothie_9(){ddrivetip('<p><span class=IntroText>Dew Iced&#8482;</span><br />Made with Mountain Dew<sup>&reg;</sup></p><img src=/assets/css/layouts/Drinks/smoothies/DewIced_lg.jpg width=194/>', 194);}


// GRABNGO FUNCTIONS
function grabngo_0(){ddrivetip('<p><span class=IntroText>Chocolate Devotion&#8482; </span><br />A quadruple chocolate sensation of chocolate ice cream with chocolate chips, brownies and fudge</p><img src=/assets/css/layouts/grabngo/cartons/chocolatedevotion_lg.jpg width=221/>', 221);}

function grabngo_1(){ddrivetip('<p><span class=IntroText>Coffee Lovers Only&reg;</span><br />Crunchy toffee bar, roasted almonds and caramel mixed in a rich coffee ice cream</p><img src=/assets/css/layouts/grabngo/cartons/coffeelovers_lg.jpg width=221/>', 221);}

function grabngo_2(){ddrivetip('<p><span class=IntroText>Cr&egrave;me de la Berry&#8482;</span><br />Decadent cr&egrave;me brulee ice cream ribboned with a raspberry swirl</p><img src=/assets/css/layouts/grabngo/cartons/cremedelaberry_lg.jpg width=221/>', 221);}

function grabngo_3(){ddrivetip('<p><span class=IntroText>Founder&#8217;s Favorite&reg;</span><br />Sweet cream ice cream with chewy brownies and toasted pecans, swirled with rich fudge and caramel</p><img src=/assets/css/layouts/grabngo/cartons/foundersfav_lg.jpg width=221/>', 221);}

function grabngo_4(){ddrivetip('<p><span class=IntroText>Peanut Butter Cup Perfection&#8482;</span><br />Rich chocolate ice cream with peanut butter cups and gooey fudge in a peanut butter swirl</p><img src=/assets/css/layouts/grabngo/cartons/peanutbutter_lg.jpg width=221/>', 221);}

function grabngo_5(){ddrivetip('<p><span class=IntroText>Rocky Off Road&#8482;</span><br />Chocolate ice cream with mini-marshmallows, roasted almonds, chocolate-covered peanut butter bits and brownie batter swirl</p><img src=/assets/css/layouts/grabngo/cartons/rockyoffroad_lg.jpg width=221/>', 240);}

function grabngo_6(){ddrivetip('<p><span class=IntroText>Shock-A-Cone&#8482;</span><br />Crunchy sugar cone pieces, cookie dough and chocolate chunks mixed in a luxurious sweet cream ice cream</p><img src=/assets/css/layouts/grabngo/cartons/shockacone_lg.jpg width=221/>', 221);}

function grabngo_7(){ddrivetip('<p><span class=IntroText>Zenilla&#8482;</span><br />A rich, creamy vanilla ice cream flavored with premium Madagascar vanilla beans</p><img src=/assets/css/layouts/grabngo/cartons/zenilla_lg.jpg width=221/>', 221);}

function grabngo_8(){ddrivetip('<p><span class=IntroText>Cake Batter, Batter, Batter&#8482;</span><br />Rich, Creamy Cake Batter Ice Cream&reg; mixed with Brownies and Cookie Dough</p><img src=/assets/css/layouts/grabngo/cartons/cakebatterbatterbatter_lg.jpg width=221/>', 221);}

function grabngo_9(){ddrivetip('<p><span class=IntroText>Tall, Dark &amp; Minty&#8482;</span><br />Rich, Dark Chocolate Peppermint Ice Cream mixed with OREO&reg; Cookies</p><img src=/assets/css/layouts/grabngo/cartons/talldarkminty_lg.jpg width=221/>', 221);}


// SUNDAE FUNCTIONS
function sundae_0(){ddrivetip('<p><span class=IntroText>Banana Split Decision&#8482;</span><br />Sweet Cream Ice Cream, Banana, Almonds, Strawberries, Whipped Cream &amp; Fudge</p><img src=/assets/css/layouts/sundaes/bananaSplitDecision_lg.jpg width=221/>', 221);}

function sundae_1(){ddrivetip('<p><span class=IntroText>Hunka Chunka Burnin&#8217; Fudge&#8482;</span><br />Chocolate Ice Cream, Brownie, Almonds, Whipped Cream &amp; Fudge</p><img src=/assets/css/layouts/sundaes/hunkaChunkaBurninFudge_lg.jpg width=221/>', 221);}

function sundae_2(){ddrivetip('<p><span class=IntroText>Who You Callin&#8217; Shortcake&#63;&#8482;</span><br />Strawberry Ice Cream, Yellow Cake, Graham Cracker Pie Crust, Strawberries &amp; Whipped Cream</p><img src=/assets/css/layouts/sundaes/whoYouCallinShortcake_lg.jpg width=221/>', 221);}

