arr=['<B STYLE=COLOR:#cc0033;>Liquid tight</B><BR>Superfos 100% liquid tight packaging guarantees high product safety and hygienic standards, as well as product reliability.','<B STYLE=COLOR:#cc0033;>Freezing</B><BR>Allows freezing down to -20°C.',
		'<B STYLE=COLOR:#cc0033;>Hot filling</B><BR>Allows hot filling (up to 90°C) directly into the packaging, providing optimal production efficiency.',
		'<B STYLE=COLOR:#cc0033;>FlakeFree</B><SUP STYLE=FONT-SIZE:9px;COLOR:#cc0033;>TM</SUP><BR>A pattern on the inside of Superfos’ containers and lids which creates a granular texture preventing dry paint flakes from falling into the contents. This revolutionary solution addresses the widespread problem of dry paint flakes affecting the professional results for both professionals and private people.',
		'<B STYLE=COLOR:#cc0033;>Base line</B><BR>Part of the broad Superfos assortment of numerous product ranges with multiple sizes, allowing for family image for optimal profiling.',
		'<B STYLE=COLOR:#cc0033;>Customized</B><BR>Packaging designed and produced to specific order in close co-operation with the specific customer.',
		'<B STYLE=COLOR:#cc0033;>UN approved</B><BR>UN approved packaging that guarantees high product safety for transportation of chemicals, oils and lubricants.',
		'<B STYLE=COLOR:#cc0033;>Tinting machine</B><BR>Shock-resistant packaging suitable for tinting machines.',
		'<B STYLE=COLOR:#cc0033;>Total Seal</B><BR>Sealing system with an ultra thin lid seal area that allows for short sealing time and low sealing temperatures. You can also pasteurise directly in a pack that withstands autoclaving and hot filling.',
		'<B STYLE=COLOR:#cc0033;>Re-use</B><BR>Re-usable pots and containers in households etc.',
		'<B STYLE=COLOR:#cc0033;>Safe environmental disposal</B><BR>Packaging based on polypropylene (PP) plastics that can be reused, recycled or reintegrated with energy recovery, or disposed of in an environmentally sound way. Packaging based on polypropylene (PP) plastics which do not emit unwanted substances to contents and ensure a high level of hygiene.',
		'<B STYLE=COLOR:#cc0033;>Re-closure</B><BR>Closure mechanism designed for efficient re-closure for storage and keeping of the product after breaking the tamper evidence.',
		'<B STYLE=COLOR:#cc0033;>Tamper evidence</B><BR>Closure system that provides high product safety, child-proofing and proof of fresh and untouched contents.',
		'<B STYLE=COLOR:#cc0033;>Microwave safe</B><BR>Allows microwave for heating and preparing foods.',
		''
	]
a=document.getElementById('pixx1');
a.style.position='absolute';
a.style.top=128;
a.style.left=25;
a='';
for(i=0;i<14;i++){
	if(i%3==0&&i!=0){a=a+'</TR><TR>'};
	a=a+'<TD onMouseOver="jgd('+i+');this.style.border=\'2px #cc0033 solid\';" onMouseOut="jgd(14);this.style.border=\'\';" STYLE=CURSOR:pointer; HEIGHT=62 WIDTH=59>&nbsp;</TD>'
};
document.write('<DIV STYLE="POSITION:absolute;TOP:48px;LEFT:25px;BACKGROUND-COLOR:#FFFFFF;BORDER:1px #000000 solid;PADDING:2px;VISIBILITY:hidden;" ID=displ></DIV><TABLE WIDTH=197 STYLE=POSITION:absolute;TOP:127;LEFT:23;>'+a+'</TABLE>')
function jgd(i){
	a=document.getElementById('displ');
	if(i==14){
		a.style.visibility='hidden';
	}else{
		a.style.visibility='visible';
	};
	a.innerHTML=arr[i];
};