﻿// File JScript

function LoadFlash ()
{
document.getElementById("Flash").innerHTML ='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="479" height="469" ><param name="movie" value="risorse/flash/intro.swf" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><embed src="risorse/flash/intro.swf" quality="high" wmode="transparent" width="479" height="469" name="movie" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></object>';
}