// JavaScript Document
function dw_leftMenu(key){
 document.write('<div class="ctn_left">');
 document.write('<div class="left_menu">');
 if(key=="dw"){ 
   document.write('<a href="download.html"><img src="images/downloadimg/dw_left1_menu1.jpg" width="168" height="49" /></a>');
 } else { 
   document.write('<a href="download.html"><img src="images/downloadimg/dw_left1_menu1q.jpg" width="168" height="49" /></a>');
 }
 document.write('');
 if(key=="dwpatch"){
   document.write('<br /><a href="dw_patch.html"><img src="images/downloadimg/dw_left1_menu2.jpg" width="168" height="49" /></a>');
 } else{
	 document.write('<br /><a href="dw_patch.html"><img src="images/downloadimg/dw_left1_menu2q.jpg" width="168" height="49" /></a>');
 } 
 if(key=="dwqd"){
	 document.write('<br /><a href="dwactuate.html"><img src="images/downloadimg/dw_left1_menu3.jpg" width="168" height="49"/></a>');
 } else{
   document.write('<br /><a href="dwactuate.html"><img src="images/downloadimg/dw_left1_menu3q.jpg" width="168" height="49" /></a>');
 }
 
 if(key=="dwplay"){
   document.write('<br /><a href="dw_play.html"><img src="images/downloadimg/dw_left1_menu4.jpg" width="168" height="49" /></a>');
 } else{
    document.write('<br /><a href="dw_play.html"><img src="images/downloadimg/dw_left1_menu4q.jpg" width="168" height="49" /></a>');
  }
 
 document.write('</div>');
 
 show_service();
 document.write('</div>');
 document.write('</div>');
}
