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