function ac_script(movie,width,height) {
	var	str = '<div><object ' +
		'type="application/x-shockwave-flash" ' +
		'data="' + movie + '" ' +
		'width="' + width + '" height="' + height + '"><param ' +
		'name="movie" value="' + movie + '"><img ' +
		'src="noFlash.gif" width="320" height="275" alt=""></object></div>';
	document.write(str);
}

