								var focus_width=180
								var focus_height=136
								var text_height=20
								var swf_height = focus_height+text_height
							
								var pics = '';
								var links = '';
								var texts = '';
							
								function ati(url, img, title)
								{
									if(pics != '')
									{
										pics = "|" + pics;
										links = "|" + links;
										texts = "|" + texts;
									}
							
									pics = escape(img) + pics;
									links = escape(url) + links;
									texts = title + texts;
								}
						
								
ati('##', './media/cooler1.jpg', 'Heritage green');

ati('##', './media/cooler2.jpg', 'Slate grey');

ati('##', './media/cooler3.jpg', 'Terracotta');

ati('##', './media/cooler4.jpg', 'Beige');


																
								document.write('<embed src="pixviewer.swf" wmode="opaque" FlashVars="pics='+pics+'&links='+links+'&texts='+texts+'&borderwidth='+focus_width+'&borderheight='+focus_height+'&textheight='+text_height+'" menu="false" bgcolor="#FFFFFF" quality="high" width="'+ focus_width +'" height="'+ swf_height +'" allowScriptAccess="sameDomain" type="application/x-shockwave-flash"/>');

              