

function setFlashMagazine(name_s, path_s, width_s, height_s, flashvars_s)
{
	document.write('<object id="'+ name_s +'" type="application/x-shockwave-flash" data="'+ path_s +'" style="width: '+ width_s +'px; height: '+ height_s +'px;">\n');
	document.write('<param name="movie" value="'+ path_s +'" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<param name="flashvars" value="'+ flashvars_s +'" />\n');
	document.write('</object>\n');
}
