// JavaScript Documentfunction player2(theFile, go) {	var s = new SWFObject("images/mediaplayer.swf","playerID","177","147","7");	s.addParam("allowfullscreen","false");	s.addParam("wmode", "opaque");	s.addVariable("file",theFile);	s.addVariable("width","177");	s.addVariable("height","147");	s.addVariable("displayheight","127");	s.addVariable("overstretch","fit");	s.addVariable("usefullscreen","false");	s.addVariable("showdigits","false");	s.addVariable("screencolor","0xFFFFFF");	if (go) { s.addVariable("autostart","true"); }	s.write("placeholder3");}function player3(theFile, go) {	var s = new SWFObject("images/mediaplayer.swf","playerID","177","147","7");	s.addParam("allowfullscreen","false");	s.addParam("wmode", "opaque");	s.addVariable("file",theFile);	s.addVariable("width","177");	s.addVariable("height","147");	s.addVariable("displayheight","127");	s.addVariable("overstretch","fit");	s.addVariable("usefullscreen","false");	s.addVariable("showdigits","false");	s.addVariable("screencolor","0xFFFFFF");	if (go) { s.addVariable("autostart","true"); }	s.write("placeholder4");}function player4(theFile, go) {	var s = new SWFObject("images/mediaplayer.swf","playerID","177","147","7");	s.addParam("allowfullscreen","false");	s.addParam("wmode", "opaque");	s.addVariable("file",theFile);	s.addVariable("width","177");	s.addVariable("height","147");	s.addVariable("displayheight","127");	s.addVariable("overstretch","fit");	s.addVariable("usefullscreen","false");	s.addVariable("showdigits","false");	s.addVariable("screencolor","0xFFFFFF");	if (go) { s.addVariable("autostart","true"); }	s.write("placeholder5");}function player5(theFile, go) {	var s = new SWFObject("images/mediaplayer.swf","playerID","177","147","7");	s.addParam("allowfullscreen","false");	s.addParam("wmode", "opaque");	s.addVariable("file",theFile);	s.addVariable("width","177");	s.addVariable("height","147");	s.addVariable("displayheight","127");	s.addVariable("overstretch","fit");	s.addVariable("usefullscreen","false");	s.addVariable("showdigits","false");	s.addVariable("screencolor","0xFFFFFF");	if (go) { s.addVariable("autostart","true"); }	s.write("placeholder6");}function player6(theFile, go) {	var s = new SWFObject("../images/mediaplayer.swf","playerID","160","21","7");	s.addParam("allowfullscreen","false");	s.addParam("wmode", "opaque");	s.addParam("width","160");	s.addParam("height","21");	s.addParam("displayheight","undefined");	s.addParam("displaywidth","undefined");	s.addParam("controllbar","21");	s.addVariable("file",theFile);	s.addVariable("overstretch","fit");	s.addVariable("width","160");	s.addVariable("height","21");	s.addVariable("usefullscreen","false");	s.addVariable("showdigits","false");	s.addVariable("screencolor","0xFFFFFF");	if (go) { s.addVariable("autostart","true"); }	s.write("placeholder7");}function player7(theFile, go) {	var s = new SWFObject("../images/mediaplayer.swf","playerID","160","21","7");	s.addParam("allowfullscreen","false");	s.addParam("wmode", "opaque");	s.addParam("width","160");	s.addParam("height","21");	s.addParam("displayheight","undefined");	s.addParam("displaywidth","undefined");	s.addParam("controllbar","21");	s.addVariable("file",theFile);	s.addVariable("overstretch","fit");	s.addVariable("width","160");	s.addVariable("height","21");	s.addVariable("usefullscreen","false");	s.addVariable("showdigits","false");	s.addVariable("screencolor","0xFFFFFF");	if (go) { s.addVariable("autostart","true"); }	s.write("placeholder8");}function createplayer2(theFile, go) {	var s = new SWFObject("images/mediaplayer.swf","playerID","354","274","7");	s.addParam("allowfullscreen","false");	s.addParam("wmode", "opaque");	s.addVariable("file",theFile);	s.addVariable("width","354");	s.addVariable("height","274");	s.addVariable("displayheight","254");	s.addVariable("overstretch","fit");	s.addVariable("usefullscreen","false");	s.addVariable("showdigits","false");	s.addVariable("screencolor","0xFFFFFF");	if (go) { s.addVariable("autostart","true"); }	s.write("placeholder2");}function createplayer(theFile, previewTime, postviewTime) {previewFlag = true;postviewFlag = true;prevTime = previewTime;postTime = postviewTime;	var s = new SWFObject("images/mediaplayer.swf","playerID","177","147","8");	s.addParam("allowfullscreen","false");	s.addParam("wmode", "opaque");	s.addVariable("file",theFile);	s.addVariable("autostart","true");	s.addVariable("enablejs","true");	s.addVariable("javascriptid","playerID");	s.addVariable("width","177");	s.addVariable("height","147");	s.addVariable("displayheight","127");	s.addVariable("overstretch","fit");	s.addVariable("usefullscreen","false");	s.addVariable("showdigits","false");	s.addVariable("screencolor","0xFFFFFF");	s.write("placeholder");}function StopFlashMovie()				{				var flashMovie = document.getElementById("myMovieName");				flashMovie.Stop();				}
