﻿<?xml version="1.0" encoding="UTF-8"?>
<!-- 
This is the XML from which the SWF file reads the following data:

image - the thumb image in the menu.
url - the address to go to when clicking the image
target - _self - opens the url in the same browser page
	   - _blank - opens the url in a new browser page
	   - a number - executes _root.gotoAndPlay(number); in Flash

The tooltip text is recorded as CDATA. You can use HTML tags like "<br>"
-->
<Carousel centeredImage="images/amorimlogo.jpg" url="../linkovi/linkovi.htm" target="_blank">
	<photo image="images/1k.jpg" url="corkc/corkc.htm" target="_blank"><![CDATA[CorkComfort<br>sa dekorativnim slojem od plute]]></photo>
	<photo image="images/woodoc.jpg" url="woodoc/woodoc.htm" target="_blank"><![CDATA[WoodComfort<br>Sa dekorativnim slojem<br>od prirodnog drveta ( furnira )]]></photo>
	<photo image="images/linoc.jpg" url="linoc/linoc.htm" target="_blank"><![CDATA[LinoComfort]]></photo>
	<photo image="images/mango3k.jpg" url="izdignuti/izdignuti.htm" target="_blank"><![CDATA[Izdignuti podovi]]></photo>
	<photo image="images/corkl.jpg" url="corkl/corkl.htm" target="_blank"><![CDATA[CorkLife]]></photo>
	<photo image="images/zastsloj.jpg" url="zastsloj/zastsloj.htm" target="_blank"><![CDATA[Zaštitni sloj<br>i ugradnja]]></photo>
	<photo image="images/tehnl.jpg" url="tehnl/tehnl.htm" target="_blank"><![CDATA[Tehnički listovi<br>i preseci]]></photo>
			
</Carousel>
