function set_draw_date ( id ) {
	document.getElementById ( 'drawdate' ).value = id;
}

function change_draw_date ( elem ) {
	document.getElementById ( 'drawdatefrm' ).submit ();
	// document.location = '?d_id=' + elem.value;
}

function do_flash ( movie ) {
	document.write ( '<object type="application/x-shockwave-flash" data="' + movie + '" width="640" height="160">' );
  document.write('<param name="movie" value="' + movie + '" />\n');
	document.write('</object>\n');
}
