﻿<?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/logo.png" url="" target="_blank">
	<photo image="images/slojevi_k.jpg" url="r_sport.htm" target="_blank"><![CDATA[REOKORR<br>SPORT SISTEM]]></photo>
		<photo image="images/grabokepk.jpg" url="grabo/grabo.htm" target="_blank"><![CDATA[GRABOSPORT]]></photo>
<photo image="images/001.jpg" url="amspfloor/amspfloor.htm" target="_blank"><![CDATA[AMORIM<br>Sportsfloor]]></photo>
	
		
</Carousel>
