//J-Stream E-Presenter Product Ver 1.00
//Copyright (C) 2004 J-Stream Inc.


var JepAutoStart = 1;
var JepURL = "sync_bb.asx";
var Jepwidth = 240;

var JepVolume9 = "100";
var JepuiMode9 = "full";
var Jepheight9 = 244;

var JepPHeightCtl = 180;


















if(JepVolume9 == "0" ) var JepVolume64NM = "-10000";
if(JepVolume9 == "50" ) var JepVolume64NM = "-600";
if(JepVolume9 == "100" ) var JepVolume64NM = "0";

var JepShowDisplay = "0";
var JepShowAudioControls = "1";
var JepShowPositionControls = "0";
var JepShowTracker = "1";
var JepDisplaySize = "0";

if(JepuiMode9 == "full") var JepShowControls = "true";
if(JepuiMode9 == "mini") var JepShowControls = "true";
if(JepuiMode9 == "none") var JepShowControls = "false";

if(JepuiMode9 == "full") var JepShowStatusBar = "1";
if(JepuiMode9 == "mini") var JepShowStatusBar = "0";
if(JepuiMode9 == "none") var JepShowStatusBar = "0";

if(JepuiMode9 == "full") var JepShowTracker = "1";
if(JepuiMode9 == "mini") var JepShowTracker = "0";
if(JepuiMode9 == "none") var JepShowTracker = "0";

if(JepuiMode9 == "full") var Jepheight64 = Jepheight9 + 8;
if(JepuiMode9 == "mini") var Jepheight64 = Jepheight9 - 10;


