function ShowDemo(demoUrl) 
{
	window.open('/samples/player.htm?movie=' + demoUrl, null,
		'toolbar=no,menubar=no,directories=no,status=no,resizable=yes');
}

function ShowDemoSwf(demoUrl, width, height) 
{
	window.open('/samples/player-s.htm?movie=' + demoUrl + '&width=' + width + '&height=' + height, null,
		'toolbar=no,menubar=no,directories=no,status=no,resizable=yes');
}
