function fillTables(contentBlockId,headerNeed,reCellBordered) {
		if(document.getElementsByTagName){
			var items = document.getElementById(contentBlockId).getElementsByTagName("TABLE");
			for(var i=0;i<items.length; i++){
				if (!reCellBordered || (items[i].getAttribute(classFix) && (items[i].getAttribute(classFix)).indexOf("reCellBordered")>0)){
					var nodes = items[i].getElementsByTagName("TR");
					var start = 0;
					if (headerNeed && (nodes[0].getAttribute(classFix)==""  || nodes[0].getAttribute(classFix)==null)){
						nodes[0].setAttribute(classFix,"color_2");
						start = 1;
					}
					for(var j=start;j<nodes.length; j++){
						if (nodes[j].getAttribute(classFix)=="" || nodes[j].getAttribute(classFix)==null){
							nodes[j].setAttribute(classFix,"color_"+(j%2));
						}
					}
				}
			}
		}
	}	


	function showFlash(w, h, path) {
//===========================================
var str='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+w+'" height="'+h+'" id="flash_map3" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+path+'" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="'+path+'" quality="high" bgcolor="#ffffff" width="'+w+'" height="'+h+'" name="flash_map3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
document.write (str);
} 
function showFlashU(w, h, path,url) {
//===========================================
var str='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+w+'" height="'+h+'" id="flash_map3" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+path+'?url='+url+'" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="'+path+'?url='+url+'" quality="high" bgcolor="#ffffff" width="'+w+'" height="'+h+'" name="flash_map3" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
document.write (str);
} 
function showFlashtrans(w, h, path) {
//===========================================
var str='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+w+'" height="'+h+'" id="flash_logo" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="'+path+'" /><param name="wmode" value="transparent" /><param name="quality" value="high" /><param name="bgcolor" value="#666666" /><embed src="'+path+'" quality="high" wmode="transparent" bgcolor="#666666" width="'+w+'" height="'+h+'" name="'+path+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
document.write (str);
} 
