function swf(src, w, h, win)
{
	html = '';
	html += '<object type="application/x-shockwave-flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" id="param" width="'+w+'" height="'+h+'">';
	html += '<param name="movie" value="'+src+'">';
	html += '<param name="quality" value="high">';
	html += '<param name="wmode" value="transparent">';
	html += '<param name="bgcolor" value="#ffffff">';
	html += '<param name="swliveconnect" value="true">';
	html += '<embed src="'+src+'" quality=high bgcolor="#ffffff" wmode="transparent" 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 MediaPlayer(iWidth,iHeight, sStart, sFileName){
document.write('<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="' + iWidth + '" height="' + iHeight + '" id="ActiveMovie1" style="LEFT: 0px; TOP: 0px; BORDER-RIGHT: #CED8EF 5px solid; BORDER-TOP: #CED8EF 5px solid; BORDER-LEFT: #CED8EF 5px solid;  BORDER-BOTTOM: #CED8EF 5px solid; filter:alpha(opacity=100 Style=1 FinishOpacity=100) progid:DXImageTransform.Microsoft.shadow(color=#000000 Direction=120 strength=3 PixelRadius=0 MakeShadow=0);" VIEWASTEXT>');
document.write('<param name="URL" value="' + sFileName + '">');
document.write('<PARAM name="autoStart" value="' + sStart + '">');
document.write('<PARAM name="stretchToFit" value="true">');
document.write('</object>');
}
function MediaPlayerNoframe(iWidth,iHeight, sStart, sFileName){
document.write('<object classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="' + iWidth + '" height="' + iHeight + '" id="ActiveMovie1" style="LEFT: 0px; TOP: 0px;" VIEWASTEXT>');
document.write('<param name="URL" value="' + sFileName + '">');
document.write('<PARAM name="autoStart" value="' + sStart + '">');
document.write('<PARAM name="stretchToFit" value="true">');
document.write('</object>');
}

function m1()      {location.href = 'Home.asp';}
function m2()      {location.href = 'BBS.asp?Sec=101&Sub=M';}
function m3()      {location.href = 'BBS.asp?Sec=110&Sub=M';}
function m4()      {location.href = 'BBS.asp?Sec=121&Sub=M';}
function m5()      {location.href = 'BBS.asp?Sec=131&Sub=M';}
function m6()      {location.href = 'BBSList.asp?Sub=Q';}
function m7()      {location.href = 'BBS.asp?Sec=141&Sub=M';}
