function showhomeen()
{
	var x = Math.random();
	var y = 1;
	if(x > 0.33) y = 2;
	if(x > 0.67) y = 3;
	showflashen('home'+y, 600, 525);
}

function showflashen(fn, w, h)
{
	document.write('<object type="application/x-shockwave-flash" data="files/swf/'+fn+'_en.swf" width="'+w+'" height="'+h+'">');
	document.write('  <param name="play" value="true" />');
	document.write('  <param name="movie" value="files/swf/'+fn+'_en.swf" />');
	document.write('  <param name="menu" value="false" />');
	document.write('  <param name="quality" value="high" />');
	document.write('  <param name="wmode" value="transparent" />');
	document.write('  <param name="scalemode" value="noborder" />');
	document.write('</object>');

}

function movenavs()
{
	var mobnav2 = document.getElementById('mobnav2');
	var mobref1 = document.getElementById('mobref1');
	if(mobnav2 != null && mobref1 != null)
		mobnav2.style.top = ""+(mobref1.offsetTop+128)+"px";

	var mobnav3 = document.getElementById('mobnav3');
	var mobref2 = document.getElementById('mobref2');
	if(mobnav3 != null && mobref2 != null)
		mobnav3.style.top = ""+(mobref2.offsetTop+mobnav2.offsetTop)+"px";
}

function showhomefr()
{
	var x = Math.random();
	var y = 1;
	if(x > 0.33) y = 2;
	if(x > 0.67) y = 3;
	showflashfr('home'+y, 600, 525);
}

function showflashfr(fn, w, h)
{
	document.write('<object type="application/x-shockwave-flash" data="files/swf/'+fn+'_fr.swf" width="'+w+'" height="'+h+'">');
	document.write('  <param name="play" value="true" />');
	document.write('  <param name="movie" value="files/swf/'+fn+'_fr.swf" />');
	document.write('  <param name="menu" value="false" />');
	document.write('  <param name="quality" value="high" />');
	document.write('  <param name="wmode" value="transparent" />');
	document.write('  <param name="scalemode" value="noborder" />');
	document.write('</object>');

}

function showhomeit()
{
	var x = Math.random();
	var y = 1;
	if(x > 0.33) y = 2;
	if(x > 0.67) y = 3;
	showflashit('home'+y, 600, 525);
}

function showflashit(fn, w, h)
{
	document.write('<object type="application/x-shockwave-flash" data="files/swf/'+fn+'_it.swf" width="'+w+'" height="'+h+'">');
	document.write('  <param name="play" value="true" />');
	document.write('  <param name="movie" value="files/swf/'+fn+'_it.swf" />');
	document.write('  <param name="menu" value="false" />');
	document.write('  <param name="quality" value="high" />');
	document.write('  <param name="wmode" value="transparent" />');
	document.write('  <param name="scalemode" value="noborder" />');
	document.write('</object>');

}