function show_video(asset,s)
{
       

	if (!asset)
                {
                    asset = "9984";
                       
                }
	if (!s)
                {
                    s = "c90f3ccad1b0ff18889f1bea9091e24d";
                       
                }

	var url = "http://medialibrary.atkinsglobal.com/stream/play.asp?a="+asset+"&s="+s;


	window_type = "normal";
	//alert (url);
	var width = 370;
	var height = 275;

	var leftPosition = (screen.width)?(screen.width-width)/2:100;
	var topPosition = (screen.height)?(screen.height-height)/2:100;
	var settings = 'width='+width+',height='+height+',top='+topPosition+',left='+leftPosition+',scrollbars=yes,location=no,directories=no,status=no,menubar=no,toolbar=no,resizable=no';	
	var win = window.open(url, 'win_'+asset, settings);
}