function createControl(s,w,h,b)
{
	document.write('<object type="application/x-shockwave-flash" data="'+s+'" width="'+w+'" height="'+h+'">');
	document.write('<param name="movie" value="'+s+'" />');
        document.write('<param name="bgcolor" value="'+b+'" />');
	document.write('</object>');
}