function DCRObject(width,height,value,id){
document.getElementById(id).innerHTML='<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0" width="'+width+'" height="'+height+'" title=""><param name="src" value="'+value+'" /><embed src="'+value+'" pluginspage="http://www.adobe.com/shockwave/download/" width="'+width+'" height="'+height+'"></embed></object>';
	return false;
}

function DIRObject(width,height,value,id){
document.getElementById(id).innerHTML='<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,1,1,0" width="'+width+'" height="'+height+'"><param name="src" value="'+value+'" /><embed src="'+value+'" pluginspage="http://www.adobe.com/shockwave/download/" width="'+width+'" height="'+height+'"></embed></object>';
	return false;
}

