function playstory(strmovie,strname)
{
	var con_id = "movie_container";
	document.all[con_id].style.display = "" ;

	var moviename = strmovie;
	var cnt = document.getElementById('movie_container');
	var src = '../wmvplayer/wmvplayer.xaml';
	var cfg = {height:'260',width:'320',file:'http://www.komico.com/komico_movie/'+moviename,showstop:'true',autostart:'true'};
	var ply = new jeroenwijering.Player(cnt,src,cfg)
}
