/* image */
/* freeship images
Image01 = new Image(400,400)
Image01.src ="/Images/organic-dark-chocolate/organic-dark-chocolate-3pack-lg-rich-freeship.jpg"
Image02 = new Image(400,400)
Image02.src ="/Images/organic-dark-chocolate/organic-dark-chocolate-3pack-lg-mint-freeship.jpg"
Image03 = new Image(400,400)
Image03.src ="/Images/organic-dark-chocolate/organic-dark-chocolate-3pack-lg-almond-cherry-freeship.jpg"
Image04 = new Image(400,400)
Image04.src ="/Images/organic-dark-chocolate/organic-dark-chocolate-3pack-lg-variety-freeship.jpg" */
Image01 = new Image(400,400)
Image01.src ="/Images/organic-dark-chocolate/organic-dark-chocolate-3pack-lg-rich.jpg"
Image02 = new Image(400,400)
Image02.src ="/Images/organic-dark-chocolate/organic-dark-chocolate-3pack-lg-mint.jpg"
Image03 = new Image(400,400)
Image03.src ="/Images/organic-dark-chocolate/organic-dark-chocolate-3pack-lg-almond-cherry.jpg"
Image04 = new Image(400,400)
Image04.src ="/Images/organic-dark-chocolate/organic-dark-chocolate-3pack-lg-variety.jpg"
function loadCatch2(list)
{ 
var img = list.options[list.selectedIndex].id;
//document.thumbnail2.src = window[img].src;
document.getElementById('thumbnail2').src = window[img].src;

document.getElementById('flavor3').innerHTML
=list.options[list.selectedIndex].text;

document.getElementById('flavor4').innerHTML
=list.options[list.selectedIndex].text;
}

/* txt */

function showSelected()
	{
	document.getElementById('flavor3').innerHTML
=document.odc3PACKS.pid.options[document.odc3PACKS.pid.selectedIndex].text;

	}

function showSelected()
	{
	document.getElementById('flavor4').innerHTML
=document.MW3PACKS.pid.options[document.MW3PACKS.pid.selectedIndex].text;

	}

