function showLightenUpVideoLarge(divId, flvSource, incPath)
{
	incPath = incPath.toString();
	flvSource = flvSource.toString();
	
	var oVars = {'quality':'high','flvsource':flvSource,'incpath':incPath};
	swfobject.embedSWF(incPath+'player_large.swf', 'video_player', 720, 524, '9.0.0', incPath+'expressInstall.swf', oVars, oVars);
	return;
}
function showLightenUpVideoMedium(divId, flvSource, incPath)
{
	incPath = incPath.toString();
	flvSource = flvSource.toString();
	
	var oVars = {'quality':'high','flvsource':flvSource,'incpath':incPath};
	swfobject.embedSWF(incPath+'player_medium.swf', 'video_player', 500, 420, '9.0.0', incPath+'expressInstall.swf', oVars, oVars);
	return;
}
