function run_expanding(url,id)
{
	e = canResizeFlash();
	document.write('<object data="'+url+'" width="100%" height="100%" type="application/x-shockwave-flash">');
	document.write('  <param name="movie" value="'+url+'" />');
	document.write('  <param name="FlashVars" value="allowResize='+e+'" />');
	document.write('    ');
	document.write('</object>');
}

