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