function showVideo(videoFile,posterFrame) {
	var moviePlayerObj = document.getElementById("movieViewer");
	
	moviePlayerObj.innerHTML = '<embed style="border: 1px solid black" src="http://sunpopcanada.com/mediaplayer/mediaplayer.swf" width="320" height="250" wmode="opaque" allowscriptaccess="always" allowfullscreen="true" flashvars="height=250&width=320&file=http://sunpopcanada.com/videos/samples/' + videoFile + '&image=http://sunpopcanada.com/images/video-poster-frames/' + posterFrame + '&showdigits=false&usefullscreen=false" />';
}
