// JavaScript Document
//--flash載入程式
function mf(mm,para,w,h)
{
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="'+w+'" height="'+h+'" id="work" align="top">\n');
document.write('<param name="movie" value="'+mm+'.swf"'+para+' />\n');
document.write('<PARAM NAME="WMode" VALUE="Transparent">');
document.write('</object>\n');
}
function fplay(term,width,height){
window.open(term, 'fplay',
"toolbar=0,location=0,menubar=0,directories=0,status=0,scrollbars=0,copyhistory=0,width="+width+",height="+height)
}

//--flash載入程式結速


//--indexch 程式
function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}
//--indexch 程式END



