function PrepareLinks()
{
	if(lang=='sk')
	{
		links=new Array(
				new Array('Pre váš RAST potrebujete...', ''),
				new Array('Zefektívniť vnútornú komunikáciu', 'index.php?id=21'),
				new Array('Vytvárať vnútornú hodnotu a silnú značku', 'index.php?id=22'),
				new Array('Lepšie rozumieť klientom a viac predávať', 'index.php?id=25'),
				new Array('Nastaviť princípy korporátnej zodpovednosti', 'index.php?id=22'),
				new Array('Správne investovať, či vyhodnotiť akvizíciu', 'index.php?id=16'),
				new Array('Využívať fondy EÚ – s rozumom', 'index.php?id=15'),
				new Array('Budovať spoločnosť na strategických princípoch', 'index.php?id=49'),
				new Array('Zistiť či vaši manažéri sú tí správni ľudia na správnych miestach', 'index.php?id=23'),
				new Array('Nastaviť strategický zámer', 'index.php?id=49'),
				new Array('Nenašli ste? Napíšte nám a my vám odpovieme', 'index.php?id=71')
			);
	}
	else
	{
		links=new Array(
				new Array('To create the GROWTH your company needs to...', ''),
				new Array('Make the communication more effective', 'index.php?id=92&lang=en'),
				new Array('Create the internal values and strong brand', 'index.php?id=93&lang=en'),
				new Array('Better understand the client and to sell more', 'index.php?id=98&lang=en'),
				new Array('Set up the principles of corporate social responsibility', 'index.php?id=93&lang=en'),
				new Array('Invest reasonably or evaluate the investment', 'index.php?id=120&lang=en'),
				new Array('Use the EU support funding', 'index.php?id=106&lang=en'),
				new Array('Build the corporation on strategic principles', 'index.php?id=123&lang=en'),
				new Array('Find out whether your key managers are people at the right positions', 'index.php?id=103&lang=en'),
				new Array('Create a strategic plan', 'index.php?id=123&lang=en'),
				new Array('You didn’t find suitable solution? Contact us…', 'index.php?id=141&lang=en')
			);
	}
}

function Redirect()
{
	if(document.redirectform.redirect && links[document.redirectform.redirect.value][1]!='')
	{
		window.location=links[document.redirectform.redirect.value][1];
	}
}

function CreateTOYSelect()
{
	for(i=0; i<links.length; i++)
	{
		document.write('<option value="'+i+'">'+links[i][0]+'</option>');
	}
}











