function swf(src,w,h){
	html = '';
	html += '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="/common/cabs/flash/swflash.cab#version=6,0,29,0"  width="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="quality" value="high">';
	html += '<param name="bgcolor" value="#ffffff">';
	html += '<param name="menu" value="false">';
	html += '<param name="swliveconnect" value="true">';
	html += '<param name="wmode" value="transparent">';
	html += '<embed src="'+src+'" quality=high bgcolor="#ffffff" menu="false" width="'+w+'" height="'+h+'" swliveconnect="true" id="param" name="param" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"><\/embed>';
	html += '<\/object>';
	document.write(html);
}



function getFile(fileNmae, fileNameReal, snType) {
	document.fileDownFrm.fileName.value = fileNmae;
	document.fileDownFrm.snType.value = snType;
	document.fileDownFrm.fileNameReal.value = fileNameReal;
	document.fileDownFrm.action='/deptsay/proc/download.htm';
	document.fileDownFrm.submit();
}
