
function toggleVideo(id) {
	var id2 = document.getElementById('playercontent');
	id2.style.display = "";
}
function sendEvent(typ,prm) {
	thisMovie("mediaplayer").sendEvent(typ,prm);
};
function thisMovie(movieName) {
    if(navigator.appName.indexOf("Microsoft") != -1) {
		return window[movieName];
	} else {
		return document[movieName];
	}
};
function getUpdate(typ,pr1,pr2) {
	var id = document.getElementById('FOplayerdata'+typ);
	var id2 = document.getElementById('player1');
	if (id != undefined) {
		id.innerHTML = typ+ ": "+Math.round(pr1);
		if (typ == 'state' && pr1 == 0) {
			id2.style.display = "none";
		}

		pr2 == undefined ? null: id.innerHTML += ", "+Math.round(pr2);
	}
};		
function checkMovieCookie() {
	var mytsrt;
	if (readCookie('movieCookie') != "stopvideo") {
			createCookie('movieCookie','stopvideo',.125);
			mytrst =  "true";
			return mytrst;
		} 
	mytrst = "false";
	return mytrst;
}

function createCookieMovie(pID, movieFile, movieWidth, movieHeight) {
			var FO = {	movie:"http://www.shopperschoice.com/flvplayer.swf",id:"mediaplayer",name:"mediaplayer",display:"none",wmode:"transparent",width:movieWidth,height:movieHeight,majorversion:"8",build:"0",bgcolor:"#FFFFFF",
					flashvars:"file="+movieFile+"&showdigits=true&autostart="+checkMovieCookie()+"&showfsbutton=false&overstretch=true&enablejs=true" };
			UFO.create(	FO, pID);
			/*var FO = {	movie:"http://www.shopperschoice.com/flvplayer.swf",id:"mediaplayer",name:"mediaplayer",display:"none",width:"180",height:"140",majorversion:"8",build:"0",bgcolor:"#FFFFFF",
					flashvars:"file=http://www.shopperschoice.com/dcsbargain.flv&showdigits=true&autostart="+checkMovieCookie()+"&showfsbutton=false&overstretch=true&enablejs=true" };
			UFO.create(	FO, "playercontent");*/
}

function createCookieMovieImage(pID, movieFile, movieWidth, movieHeight, backImage) {
			var FO = {	movie:"http://www.shopperschoice.com/flvplayer.swf",id:"mediaplayer",name:"mediaplayer",display:"none",wmode:"transparent",width:movieWidth,height:movieHeight,majorversion:"8",build:"0",bgcolor:"#FFFFFF",
					flashvars:"file="+movieFile+"&showdigits=true&autostart="+checkMovieCookie()+"&showfsbutton=false&overstretch=true&enablejs=true&image="+backImage };
			UFO.create(	FO, pID);
			/*var FO = {	movie:"http://www.shopperschoice.com/flvplayer.swf",id:"mediaplayer",name:"mediaplayer",display:"none",width:"180",height:"140",majorversion:"8",build:"0",bgcolor:"#FFFFFF",
					flashvars:"file=http://www.shopperschoice.com/dcsbargain.flv&showdigits=true&autostart="+checkMovieCookie()+"&showfsbutton=false&overstretch=true&enablejs=true" };
			UFO.create(	FO, "playercontent");*/
}