var args=new Object();
var query=location.search.substring(1);
var pairs=query.split(",");
for(var i=0;i<pairs.length;i++){
var pos=pairs[i].indexOf("=");
if(pos==-1){
continue;
}
var argname=pairs[i].substring(0,pos);
var value=pairs[i].substring(pos+1);
args[argname]=unescape(value);
}
function OnLoad(){
vid=document.getElementById("video1");
addEvent(vid,"click",divClickHandler);
};
var toc1=null;
var toc2=null;
var vid=null;
function addEvent(_1,_2,fn){
if(_1.addEventListener){
_1.addEventListener(_2,fn,true);
}else{
if(_1.attachEvent){
_1.attachEvent("on"+_2,fn);
}else{
_1["on"+_2]=fn;
}
}
};
function removeEvent(_4,_5,fn){
if(_4.removeEventListener){
_4.removeEventListener(_5,fn,true);
}else{
if(_4.detachEvent){
_4.detachEvent("on"+_5,fn);
}else{
delete _4["on"+_5];
}
}
};
function divClickHandler(){
var _7=swfobject.hasFlashPlayerVersion("9.0.115");
var id="video1";
var _9=args.movie?args.movie:0;
var _a="<div id=\"cs_noexpressUpdate\">"+"<p align=\"center\">The Camtasia Studio video content presented here </p><p align=\"center\"> requires JavaScript to be enabled and the latest version </p><p align=\"center\">of the Adobe Flash Player.  If you are you using </p><p align=\"center\">a browser with JavaScript disabled please enable it now.</p><p align=\"center\"> Otherwise, please update your version of the </p><p align=\"center\">free Flash Player by <a href=\"http://www.adobe.com/go/getflashplayer\">downloading here</a>. </p>"+"</div>";
if(_7){
swfobject.embedSWF("Sheetster_Collaboration_controller.swf",id,"640","499","9.0.115",null,{csConfigFile:"Sheetster_Collaboration_config.xml",csColor:"FFFFFF",csPreloader:"Sheetster_Collaboration_preload.swf",csFilesetBookmark:_9},{bgcolor:"FFFFFF",quality:"best",allowscriptaccess:"always"});
}else{
var n=(typeof id=="string")?document.getElementById(id):id;
n.innerHTML=_a;
}
removeEvent(vid,"click",divClickHandler);
};
