<?xml version="1.0" encoding="utf-8"?>
<config>
	<!-- Contains multiple features -->
	<features>
		<!-- I M A G E  1  -->
		<!-- Define all parameters of a single asset inside <feature> -->
		<feature>
			<!-- Define a single asset, currently supports jpg and swf -->
			<asset>/homepages/images/080324_frame_1.jpg</asset>
			<!-- Define the cooridinates of the hotspots used, number of hotspot coordinates should be equal number of links -->
			<map>
				<!-- Define the x,y,width,height -->
				<hotspot>0,0,570,255</hotspot>
			</map>
			<!-- Define the url ref of the hotspots used, number of links should be equal to number of hotspot map coordinates -->
			<refs>
				<link>javascript:openit('/promotions/s08/gcp_pop.html?feat=hi','355','560','','');</link>
			</refs>
			<!-- Define number of seconds to display feature -->
			<length>5</length>
		</feature>

		<!-- I M A G E  2  -->
		<!-- Define all parameters of a single asset inside <feature> -->
		<feature>
			<!-- Define a single asset, currently supports jpg and swf -->
			<asset>/homepages/images/080324_frame_2.jpg</asset>
			<!-- Define the cooridinates of the hotspots used, number of hotspot coordinates should be equal number of links -->
			<map>
				<!-- Define the x,y,width,height cardigan -->
				<hotspot>0,0,170,255</hotspot>
				<!-- Define the x,y,width,height stretch jeans -->
				<hotspot>172,0,97,255</hotspot>
				<!-- Define the x,y,width,height stretch jeans -->
				<hotspot>270,0,97,255</hotspot> 				
				<!-- Define the x,y,width,height top shop links -->
				<hotspot>415,185,130,30</hotspot>
				<!-- Define the x,y,width,height bottom shop links -->
				<hotspot>415,221,130,30</hotspot>
			</map>
			<!-- Define the url ref of the hotspots used, number of links should be equal to number of hotspot map coordinates -->
			<refs>
				<link>javascript:openit('/promotions/s08/gcp_pop.html?feat=hi','355','560','','');</link>
			<link>/webapp/wcs/stores/search?langId=-1&searchTerms=tropicwear%2C+women%27s&startRec=1&numWanted=5000&loggedIn=0&page_type=null&hotBG=0&filter1=A29&filter2=Vpaging&feat=hp</link>
				<link>/webapp/wcs/stores/search?langId=-1&searchTerms=tropicwear%2C+men%27s&startRec=1&numWanted=5000&loggedIn=0&page_type=null&hotBG=0&filter1=A29&filter2=Vpaging&feat=hp</link>
				<link>/webapp/wcs/stores/search?langId=-1&searchTerms=tropicwear%2C+women%27s&startRec=1&numWanted=5000&loggedIn=0&page_type=null&hotBG=0&filter1=A29&filter2=Vpaging&feat=hp</link>
				<link>/webapp/wcs/stores/search?langId=-1&searchTerms=tropicwear%2C+men%27s&startRec=1&numWanted=5000&loggedIn=0&page_type=null&hotBG=0&filter1=A29&filter2=Vpaging&feat=hp</link>
			</refs>
			<!-- Define number of seconds to display feature -->
			<length>5</length>
		</feature>

		<!-- I M A G E  3  -->
		<!-- Define all parameters of a single asset inside <feature> -->
		<feature>
			<!-- Define a single asset, currently supports jpg and swf -->
			<asset>/homepages/images/080324_frame_3.jpg</asset>
			<!-- Define the cooridinates of the hotspots used, number of hotspot coordinates should be equal number of links -->
			<map>
				<!-- Define the x,y,width,height gc promo -->
				<hotspot>0,0,170,255</hotspot>
				<!-- Define the x,y,width,height stretch jeans -->
				<hotspot>171,0,400,255</hotspot>
			</map>
			<!-- Define the url ref of the hotspots used, number of links should be equal to number of hotspot map coordinates -->
			<refs>
				<link>javascript:openit('/promotions/s08/gcp_pop.html?feat=hi','355','560','','');</link>
				<link>/webapp/wcs/stores/servlet/CategoryDisplay?categoryId=503919&storeId=1&catalogId=1&langId=-1&feat=hp</link>
			</refs>
			<!-- Define number of seconds to display feature -->
			<length>5</length>
		</feature>
</features>

<!-- 0 - does not autoplay  |  1 - autoplays -->
<auto>1</auto>
<!-- Number of times to cycle through campaigns -->
<times>2</times>
<!-- Define the buttons gradient color, border color, font color, font type, and font size -->
<buttons>
<!-- Define 2 hex values for button's gradient color (bottom,top) -->
<colors>0x859C6E,0x657457</colors>
<!-- Define 1 hex value for button's border -->
<border>0xF7FFFB</border>
<!-- Define 1 hex value for button's font color -->
<fontcolor>0xffffff</fontcolor>
<!-- Define 1 hex value for buttons inactive font colors -->
<inactivefontcolor>0x98b180</inactivefontcolor>
<!-- Currently fonts are not being embedded, choose from a common font, ie. Arial, Helvetica, Tahoma, Verdana, Times, _sans -->
<fonttype>Arial</fonttype>
<!-- Buttons currently do not resize, choose your size carefully :) -->
<fontsize>12</fontsize>
</buttons>
<!-- Define the bars gradient color -->
<bar>
<!-- Define 2 hex values for bar's gradient color (bottom,top) -->
<colors>0x859C6E,0x657457</colors>
</bar>
<!-- Define the widget background color -->
<background>
<!-- Define 1 hex value border background -->
<color>0xffffff</color>
<!-- Define number of pixels padding for border background -->
<padding>10</padding>
</background>
<!-- Define site metrics javascript calls -->
<metrics>
<method>setFlashMetricsProperty</method>
<!-- Argument for play/pause click -->
<argument>HP play-pause</argument>
<!-- Argument for asset click -->
<argument>HP movie frame</argument>
</metrics>
</config>
