function ShowFlashVideo(id, file, width, height)
{
	var res = '';
	res += '<div align="center"><p id="'+id+'"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p></div>';
	document.write(res);

	var s1 = new SWFObject("/tl_files/player.swf","single",width,height,"7");
	s1.addParam("allowfullscreen", "true");	
	s1.addVariable("file", "/tl_files/"+file);
	s1.addVariable("width", width);
	s1.addVariable("height", height);
	s1.addVariable("autostart", "false");
	s1.write(id);
}

function ShowFlashVideo_sc(id, file, width, height)
{
	var res = '';
	res += '<div align="center"><p id="'+id+'"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p></div>';
	document.write(res);

	var s1 = new SWFObject("/tl_files/player.swf","single",width,height,"7");
	s1.addParam("allowfullscreen", "false");	
	s1.addVariable("file", "/tl_files/"+file);
	s1.addVariable("width", width);
	s1.addVariable("height", height);
	s1.addVariable("autostart", "true");
	s1.addVariable("repeat", "always");
	s1.addVariable("controlbar", "none");
	s1.addVariable("menu", "false");
	s1.write(id);
}

function ShowVideoFlash_sc(id, file, width, height)
{
	var res = '';
	res += '<div align="center"><p id="'+id+'"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p></div>';
	document.write(res);

	var s1 = new SWFObject("/tl_files/"+file,"single",width,height,"7");
	s1.addParam("allowfullscreen", "false");	
	s1.addVariable("width", width);
	s1.addVariable("height", height);
	s1.addVariable("autostart", "true");
	s1.addVariable("repeat", "always");
	s1.addVariable("controlbar", "none");
	s1.addVariable("menu", "false");
	s1.write(id);
}

function FlashSlideshow_sc(id, dir, width, height)
{
var res = '';
res += '<div align="center"><p id="'+id+'"><a href="http://www.macromedia.com/go/getflashplayer">Get the Flash Player</a> to see this player.</p></div>';
document.write(res);
var s1 = new SWFObject( dir + "/slideshow.swf", "gallery", width, height, "7", "#ffffff");
s1.addVariable("file", dir + "/auto.php");
s1.write(id);
}

