// JavaScript Document
function RunFlash() {
	document.write('<object type="application/x-shockwave-flash" data="videovetro.swf" width="641" height="480">\n');
    document.write('<param name="movie" value="videovetro.swf">\n');
    document.write('</object>\n');
}
