<!--
function swfMovie(url_cont, vidwidth, vidheight){
document.write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="' + vidwidth + '" height="' + vidheight + '" id="' + url_cont + '" align="center">');
document.write ('<param name="movie" value="' + url_cont + '">');
document.write ('<param name="quality" value="high">');
document.write ('<embed src="' + url_cont + '" quality="high" name="' + url_cont + '" align="center" width="' + vidwidth + '" height="' + vidheight + '" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/go/getflashplayer">');
document.write ('</embed>');
document.write ('</object>');
}
//-->
