function writeFlash(id) {
	document.getElementById(id).innerHTML = "<object type='application/x-shockwave-flash'  data='calendarDemo_2.4_tr.swf' width='288' height='310'><!--240x300--><param name='movie' value='calendarDemo_2.4_tr.swf' /> <param name='quality' value='high' /> <param name='wmode' value='transparent' /> <embed src='calendarDemo_2.4_tr.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='288' height='310' wmode='transparent'></embed> </object>";
}

function writeFlash2(id) {
	document.getElementById(id).innerHTML = "<object type='application/x-shockwave-flash'  data='calendarDemo_2.4_tr.swf' width='190' height='240'><!--240x300--><param name='movie' value='calendarDemo_2.4_tr.swf' /> <param name='quality' value='high' /> <param name='wmode' value='transparent' /> <embed src='calendarDemo_2.4_tr.swf' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='190' height='240' wmode='transparent'></embed> </object>";
}