function writeFlash(id) {
	switch(id){
		case 'homeflash':
			document.getElementById(id).innerHTML = "<object type=\"application/x-shockwave-flash\" data=\"/img/header.swf\" width=\"523\" height=\"219\"><param name=\"wmode\" value=\"opaque\" /><param name=\"movie\" value=\"/img/header.swf\" /><img src=\"/img/header.jpg/\" width=\"523\" height=\"219\" alt=\"\" /></object>";
			break    
		case 'tmgame':
			document.getElementById(id).innerHTML = "<object type=\"application/x-shockwave-flash\" data=\"/img/games/tm/tax_minefield.swf\" width=\"560\" height=\"420\"><param name=\"movie\" value=\"/img/games/tm/tax_minefield.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#105993\" /><param name=\"wmode\" value=\"opaque\" /></object>";
			break
		case 'ttmgame':
			document.getElementById(id).innerHTML = "<object type=\"application/x-shockwave-flash\" data=\"/img/games/ttm/taxtips_maker.swf\" width=\"360\" height=\"620\"><param name=\"allowScriptAccess\" value=\"sameDomain\" /><param name=\"movie\" value=\"/img/games/ttm/taxtips_maker.swf\" /><param name=\"quality\" value=\"high\" /><param name=\"bgcolor\" value=\"#ffffff\" /><param name=\"wmode\" value=\"opaque\" /></object>";
			break    
		  break
	}
}