function ShowFlash(url, width, height){
                document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="' + width + '" height="' + height + '" VIEWASTEXT>');
        document.write('<param name="movie" value="' + url + '">');
        document.write('<param name="quality" value="high">');
        document.write('<param name="wmode" value="transparent">');
        document.write('<embed src="' + url + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + width + '" height="' + height + '"></embed>');
        document.write('</object>');
}


//µª½º1, 2
function MM_swapImage2(idx, img) {
	document.getElementById(idx).src = img;
}


//µª½º3
function MM_style(idx) {
	if(document.getElementById(idx)!=null){
		document.getElementById(idx).style.display = '';
	}
}


//id1 : dept1
//id2 : dept2
function onLoad(id1, id2){
	if(id2.length==1){
		MM_swapImage2('Img'+id2,'/images/0'+id1+'_img/sub_leftmenu0'+id2+'_over.gif');
	}else{
		MM_swapImage2('Img'+id2,'/images/0'+id1+'_img/sub_leftmenu'+id2+'_over.gif');
	}
	MM_style('div'+id2);
}