<!--

// In this section we set up the content to be placed dynamically on the page.

// Customize movie tags and non-flash content below.

// NOTE: height, width are required!

function popBlowup(prodName, prodImage)
{
	var blowupWin = window.open("", "IMAGE_POPUP", "width=515,height=538 ,top=10,left=10");
	blowupWin.document.write("<html>\n");
	blowupWin.document.write("<head>\n");
	blowupWin.document.write('<meta http-equiv="content-type" content="text/html;charset=iso-8859-1" />\n');
	blowupWin.document.write('<meta name="keywords" content="keywords for this page" />\n');
	blowupWin.document.write('<meta name="title" content="document title name" />\n');
	blowupWin.document.write('<title>' + prodName + '</title>\n');
	blowupWin.document.write("<link rel='stylesheet' href='/retail_mainStyles.css' type='text/css'>\n");
	blowupWin.document.write("</head>\n");
	blowupWin.document.write('<body topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0" marginheight="0" marginwidth="0" class="bgDefault">\n');
	blowupWin.document.write('<table width="510" border="0" cellspacing="0" cellpadding="0">\n');
	blowupWin.document.write("<tr>\n");
	blowupWin.document.write('<td height="5"><img src="/yc/images/retail/spacer.gif" alt="" height="5" border="0" /></td>\n');
	blowupWin.document.write("</tr>\n");
	blowupWin.document.write("<tr>\n");
	blowupWin.document.write('<td width="5"><img src="/yc/images/retail/spacer.gif" alt="" width="5" border="0" /></td>\n');
	blowupWin.document.write('<td><div class="pix500"><img src="' + prodImage + '" width="500" height="500" /></div></td>\n');
	blowupWin.document.write('<td width="5"><img src="/yc/images/retail/spacer.gif" alt="" width="5" border="0" /></td>\n');
	blowupWin.document.write("</tr>\n");
	blowupWin.document.write("</table>\n");
	blowupWin.document.write('<table width="510" border="0" cellspacing="0" cellpadding="0">\n');
	blowupWin.document.write("<tr>\n");
	blowupWin.document.write('<td width="5"><img src="/yc/images/retail/spacer.gif" alt="" width="5" border="0" /></td>\n');
	blowupWin.document.write('<td class="subHeader">' + prodName + '</td><td align="right"><a href="javascript:window.close();"><img src="/yc/images/retail/buttons/closeWindow.gif" width="96" height="19" border="0" /></a></td>\n');
	blowupWin.document.write('<td width="5"><img src="/yc/images/retail/spacer.gif" alt="" width="5" border="0" /></td>\n');
	blowupWin.document.write("</tr>\n");
	blowupWin.document.write("</table>\n");
	blowupWin.document.write("</body>\n");
	blowupWin.document.write("</html>\n");
	blowupWin.document.close();
	blowupWin.focus();
}

var getVariables = window.location.href.substr(window.location.href.indexOf('?') + 1).split(/&|;/);
for(var i in getVariables)
if(getVariables[i].indexOf('=') === -1)
	getVariables[unescape(getVariables[i])] = '';
else getVariables[unescape(getVariables[i].substr(0, getVariables[i].indexOf('=')))] = unescape(getVariables[i].substr(getVariables[i].indexOf('=') + 1));

<!-- BEGIN FLASH CONTENT -->	
document.write('<div id="flashcontent" style="position:absolute; width:591px; height:341px; z-index:100; left: 169px; top: 90px; visibility: visible;"><!-- If user has Flash, the content in this div is replaced with the Flash content --><table width="591" height="341" border="0" cellpadding="10" cellspacing="0"><tr><td align="center" valign="top"><p></p></p><span style="font-size: 8pt; font-weight: bold">You need the Adobe<sup><span style="font-size: 5pt;">®</span></sup> Flash<sup><span style="font-size: 5pt;">®</span></sup> Player in order to use the this page.</span><span style="font-size: 8pt; font-weight: bold"><p>Please <a href="http://www.adobe.com/go/getflashplayer" target="_blank">CLICK HERE</a> to download. It will only take a moment.</p><p><a href="http://www.adobe.com/go/getflashplayer" target="_blank"><img src="/yc/images/retail/flash/images/get_flash_player.gif" border="0" alt="Get Adobe Flash Player" align="middle"></a></p></span></td></tr></table></div>');


var so = new SWFObject("/yc/images/retail/homepage/flash/12for12/22and14ozJars.swf", "22and14ozJars", "591", "341", "8", "#ffffff");
so.addVariable("oidString", escape(oidString));
so.addVariable("categoryFromUrl", getVariables.category);
so.addParam("allowScriptAccess", "always");
so.addParam("quality", "high");
so.write("flashcontent");

// -->


