// RO

/* 

	<usage>

		* flash = url absolut catre filmul .swf
		* content = continutul text (poate fi si html)
		* link = url absolut
		
*/

var portfolio = new Array();

portfolio.push(
	{
		flash: "http://www.idesign.ro/01.swf",
		content: "&nbsp;&nbsp;Compendeon is one of the largest European consultants in pension funds and investment management business.Due to the high complexity of its services the company needed a highly complex website and web marketing program.<br><br>&nbsp;&nbsp;iDesign implemented the harmonization of the corporate identity, the brand platform and the new corporate website; and created all the prints and collaterals.",
		link: "http://www.idesign.ro/p_compendeon.html"
	}
);

portfolio.push(
	{
		flash: "http://www.idesign.ro/02.swf",
		content: "&nbsp;&nbsp;Sibiu Jazz Festival is the main event of its kind in Romania and is also considered to be representative for this kind of events in Europe.<br><br>&nbsp;&nbsp;The iDesign Team focused all its efforts in order to create a strong brand identity for the Festival, a brand identity that would reflect the extraordinary contribution of Sibiu Jazz Festival not only to the Romanian jazz phenomena but also to Romania's cultural development in the last 37 years.",
		link: "http://www.idesign.ro/p_sibiujazz.html"
	}
);

portfolio.push(
	{
		flash: "http://www.idesign.ro/03.swf",
		content: "&nbsp;&nbsp;Pontus Software is a young company that provides games and software solutions for mobile devices.<br><br>&nbsp;&nbsp;iDesign, starting from the roots of the client, created: a new corporate identity and a new corporate website which reflect the professionals services and solutions they have to offer in a fresh new way, more focused and at the same time more customer-friendly.",
		link: "http://www.idesign.ro/p_pontus.html"
	}
);

portfolio.push(
	{
		flash: "http://www.idesign.ro/04.swf",
		content: "&nbsp;&nbsp;The Chess Holland Alliance, the organizer of the Holland National Chess Championship got to the conclusion that the need for a new visual identity of the championship is stringency.<br><br>&nbsp;&nbsp;Relying on the long-lived experience in this domain, iDesign team began the creative process by choosing a symbol that would astonish the identity of Holland as a national country.",
		link: "http://www.idesign.ro/p_chess.html"
	}
);

var current_focus = portfolio[Math.floor(Math.random()*portfolio.length)];

/* configuration */

var flash_width = 222;

var flash_height = 222;

var flash_tag = "<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='" + flash_width + "' height='" + flash_height + "' title='Portofolio'><param name='movie' value='" + current_focus.flash +"'><param name='quality' value='high'><embed src='" + current_focus.flash + "' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='" + flash_width + "' height='" + flash_height + "'></embed></object>";

var a_tag = "<a href='" + current_focus.link + "' class = 'georgiaregular11grey'>" + current_focus.content + "</a>";