function getVideoData(id, lg, cat){

	
	var flashvars = {
		xml_path: "/" + lg + "/.dyncontent/3/videos_xml.php/video_" + id + ".xml"
		};
		
	var params = {
		bgcolor: "#dddddd",
		wmode: "transparent",
		allowfullscreen: "true"
	};
	
	var attributes = {};
	
	swfobject.embedSWF("/multimedia/flashs/2010/01/cwplayer.swf", "vid", "575", "442", "9.0.0",
	"expressInstall.swf", flashvars, params, attributes);
	
	return false;
}
