<?xml version="1.0" encoding="utf-8"?>
<data>

	<countryCode><![CDATA[pt]]></countryCode>
	
	
	<!-- SECTION DATA
		LINKS CAN BE:
		menu 		opens a submenu & defaults to that sections default
		internal 	loads a section within the site
		external	calls a Javascript function or a new window.  
					linkValue - the html page
					popup - true if it is a popup, false if it is not
					width / height - for popup only -- the size of the popup
	-->
	<sections>
		<about 		link="menu" 	comingSoon="false" visible="true" freezeSite="false" ><![CDATA[Sobre O Filme]]></about>
		<trailers	link="internal" comingSoon="false" visible="true" freezeSite="false" ><![CDATA[Trailers]]></trailers>
		<gallery	link="internal" comingSoon="false" visible="true" freezeSite="false" ><![CDATA[Galeria De Fotos]]></gallery>
		<downloads	link="internal" comingSoon="false" visible="true" freezeSite="false" ><![CDATA[Downloads]]></downloads>
		<game 		link="external" linkValue="http://www.ubisoft.com" popup="false" comingSoon="false" visible="false" freezeSite="true"><![CDATA[Jogo]]></game>
	</sections>

	<about default="story" >
		<story 	link="internal" comingSoon="false" visible="true" ><![CDATA[História]]></story>
		<cast 	link="internal" comingSoon="false" visible="true" ><![CDATA[Actores]]></cast>
		<crew 	link="internal" comingSoon="false" visible="true" ><![CDATA[Equipa De Filmagens]]></crew>
		<notes	link="internal" comingSoon="false" visible="true" ><![CDATA[Notas De Produção]]></notes>
	</about>
	
	<!--
		For the optional menu Internal links, the linkValue is the name of the swf
	-->
	<options>
		<option1 link="external" tracking="Media+Player" linkValue="http://www.beowulfplayer.com/pt" popup="false" comingSoon="false" visible="true" freezeSite="true" ><![CDATA[WIDGET MEDIA PLAYER]]></option1>
		<option2 link="external" tracking="Mobile" linkValue="mobile.html" popup="true" width="600" height="400" comingSoon="false" visible="false" freezeSite="true" ><![CDATA[Mobile]]></option2>
		<option3 link="internal" tracking="Option+Page+3" linkValue="swf/option.swf" comingSoon="false" visible="false" freezeSite="false" ><![CDATA[Optional Page]]></option3>
		<option4 link="external" tracking="Option+4" linkValue="option4.html" popup="false" comingSoon="false" visible="false" freezeSite="true" ><![CDATA[]]></option4>
	</options>
	
	<!-- MISCELLANEOUS TEXT -->
	<loading><![CDATA[Carregando]]></loading>
	<comingSoon><![CDATA[Brevemente]]></comingSoon>
	
	<!-- MUSIC -->
	<songs>
		<song><![CDATA[01-Track-01-11.mp3]]></song>
		<song><![CDATA[04-Track-04-41.mp3]]></song>
		<song><![CDATA[08-Track-08-81.mp3]]></song>
		<song><![CDATA[16-Track-16-62.mp3]]></song>
		<song><![CDATA[21-Track-21.mp3]]></song>
		<song><![CDATA[22-Track-22.mp3]]></song>
	</songs>
</data>