function openDemo(htmlFile,htmlWidth,htmlHeight)
{
	window.open("VideoGoster.asp?V="+htmlFile+".swf&W="+htmlWidth+"&H="+htmlHeight,'','width='+htmlWidth+',height='+htmlHeight+',top=10,left=10');
}
