/*--- ixla WebEasy External Script ---*/

/* ----------------------------------------*/
/*  WebEasy JavaScript Library Ver:9.0.0   */
/*          4/3/2007  (C) IXLA JAPAN K.K.  */
/* ----------------------------------------*/

function JpAddFlash92(url,dmx,dmy,ply,lop,qua,sca,mnu,bgc)
{
    document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="'+dmx+'" height="'+dmy+'"');
    document.writeln(' codebase="http://active.macromedia.com/flash7/cabs/swflash.cab#version=9,0,0,0" viewastext>');
    document.writeln('<param name="src" value="'+url+'">');
    document.writeln('<param name="play" VALUE="'+ply+'">');
    document.writeln('<param name="loop" value="'+lop+'">');
    document.writeln('<param name="quality" value="'+qua+'">');
    document.writeln('<param name="scale" VALUE="'+sca+'">');
    document.writeln('<param name="menu" value="'+mnu+'">');
    document.writeln('<param name="bgcolor" value="'+bgc+'">');
    document.writeln('<embed type="application/x-shockwave-flash"');
    document.writeln(' pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"');
    document.writeln(' src="'+url+'"');
    document.writeln(' width="'+dmx+'"');
    document.writeln(' height="'+dmy+'"');
    document.writeln(' play="'+ply+'"');
    document.writeln(' loop="'+lop+'"');
    document.writeln(' quality="'+qua+'"');
    document.writeln(' scale="'+sca+'"');
    document.writeln(' menu="'+mnu+'"');
    document.writeln(' bgcolor="'+bgc+'"');
    document.writeln('></embed>');
    document.writeln('</object>');
}




/*--- EndOfFile ---*/

