function leftmenu(sectiontype,oDN,tDN ){ 
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" WIDTH="'+oDN+'" HEIGHT="'+tDN+'" align="center" id="'+sectiontype+'">'); 
document.write('<PARAM NAME=movie VALUE=images/'+sectiontype+'.swf>'); 
document.write('<param name=wmode value=transparent>'); 
document.write('</OBJECT>'); 
} 