var flashvars = {};
flashvars.xml = "../virtual_tour/virtual_tour.xml"
var params = {};
params.play = "true";
params.loop = "false";
params.menu = "false";
params.quality = "high";
params.scale = "showall";
params.wmode = "window";
params.bgcolor = "#302010";
params.devicefont = "false";
params.allowfullscreen = "true";
params.allowscriptaccess = "sameDomain";
swfobject.embedSWF("../virtual_tour/SaladoPlayer-1.2.swf", "SaladoPlayer", "500", "325", "10.1.0", "../virtual_tour/expressInstall.swf", flashvars, params);

function handleClick(actionId)
{
	document.getElementById('SaladoPlayer').runAction(actionId);
	if (actionId == 'jumpRecepce')
	  document.getElementById('SaladoPlayer').jumpPano('recepce');
	if (actionId == 'jumpChodba')
	  document.getElementById('SaladoPlayer').jumpPano('chodba');
	if (actionId == 'jumpKancelar')
	  document.getElementById('SaladoPlayer').jumpPano('kancelar');
	if (actionId == 'jumpPrepazka')
	  document.getElementById('SaladoPlayer').jumpPano('prepazka');
	if (actionId == 'jumpZ1')
	  document.getElementById('SaladoPlayer').jumpPano('zasedacka1');
	if (actionId == 'jumpZ2')
	  document.getElementById('SaladoPlayer').jumpPano('zasedacka2');
	if (actionId == 'jumpZ3')
	  document.getElementById('SaladoPlayer').jumpPano('zasedacka3');
	if (actionId == 'jumpZ12')
	  document.getElementById('SaladoPlayer').jumpPano('zas1a2');
}

