var url, desc;
function setVars( url_, desc_ )
{
	url = url_;
	desc = desc_;

}

document.write("<script type='text/javascript' src='http://static.feedroom.com/affiliate/_common/js/fr_embed.js'></scr"+"ipt>");
document.write("<script type='text/javascript' src='/FrameWork/js/thickbox/thickbox.js'></scr"+"ipt>");
document.write("<style type='text/css' media='all'>@import '/FrameWork/js/thickbox/thickbox.css';</st"+"yle>");

//flash template
var tb_template = '<div id="tb_kelby_header"><img class="logo" src="/images/napp-videos-header.gif"/> <a class="enroll" href="http://www.photoshopuser.com/" target="blank"><span class="ir">Enroll Today for access to all classes</span></a> </div><div id="TB_caption" class="napp">tb.caption</div> <div id="TB_ajaxContent" class="napp"></div> <div id="TB_closeWindow"><a title="Close" id="TB_closeWindowButton" class="napp" href="#">close</a></div>';

document.write('<div id="flashcontent" style="display:none"></di'+'v>');

function showKelbyVideo()
{
	document.write('<a href="kelby-demo.gif#TB_inline?height=300&width=500&inlineId=flashcontent" title="'+ desc +'" class="thickbox"><img src="/images/napp-detailpage.gif" /></a>'); 

	var so = new FlashObject ("http://bhphoto.pb.feedroom.com/bhphoto/bhphoto/onecliplive/player.swf", "Player", "482", "270", "8", "#FFFFFF");
	so.addVariable ("Environment", "");
	so.addVariable ("SkinName", "onecliplive");
	so.addVariable ("SiteID", "bhphoto");
	so.addVariable ("SiteName", "BHPhoto");
	so.addVariable ("ChannelID", "");
	so.addVariable ("StoryID", url);
	so.addVariable ("Volume", ".5");
	so.addVariable ("HostURL", document.location.href);
	so.addVariable ("VideoPlayer.VideoPlayer1.SendEMailURL", "http://frgallery.feedroom.com/custom/playerbuilder/feedroom/sendMail.jsp");
	so.addVariable ("Org", "bhphoto");
	so.addVariable ("AutoPlay", "false");
	so.addVariable ("quality", "high");
	so.addVariable ("OneClipEmbedCodeWidth", "482");
	so.addVariable ("OneClipEmbedCodeHeight", "445");
	so.addVariable ("VideoPlayer.VideoPlayer1.JavascriptFolderURL", "http://static.feedroom.com/affiliate/_common/js");
	so.addVariable ("OverridingOperatingMode", "OneSpecificStory");
	so.addVariable ("VideoPlayer.VideoPlayer1.OperatingMode", "OneSpecificStory");
	so.addVariable ("VideoPlayer.VideoPlayer1.StoryLinkURL", "http://bhphoto.pb.feedroom.com/bhphoto/bhphoto/pboneclipab/player.html?fr_story="+url+"&OperatingMode=OneSpecificStory");
	so.addVariable ("MoreVideoURL", "http://www.video.bhphotovideo.com");
	so.addVariable ("OneClipEmbedCodeURL", "http://bhphoto.pb.feedroom.com/bhphoto/bhphoto/pboneclipab/player.swf");
	so.addParam ("quality", "high");
	so.addParam ("allowFullScreen", "true");
	so.addParam ("allowScriptAccess", "always");
	so.addParam ("menu", "false");								
	so.addParam ("wmode", "opaque");
	so.write ("flashcontent");
	
}