function squirtFlash( flash, width, height, Visible )
{
	if (Visible == 1)
	{
		document.write('<object type="application/x-shockwave-flash" data="' + flash + '" width="' + width + '" height="' + height + '">\n');
		document.write('<param name="movie" value="' + flash + '" />\n');
		document.write('</object>\n');
	}
}
