// 
// WebEasy v.5.02 JavaScript Include File    12/11/2003
// Copyright (C) 2003   V Communications, Inc.
//

function weAddFlash(url,dmx,dmy,ply,lop,qua,sca,mnu,bgc)
{
	document.writeln('<OBJECT classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000"');
    document.writeln(' WIDTH="'+dmx+'" HEIGHT="'+dmy+'"');
    document.writeln(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">');
    document.writeln('<PARAM NAME=movie 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/go/getflashplayer"');
    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>');
}


function weAddQTime(url,dmx,dmy,ply,lop,ctr,bgc)
{
	document.writeln('<OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B"');
	document.writeln(' WIDTH="'+dmx+'" HEIGHT="'+dmy+'"');
	document.writeln(' CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">');
	document.writeln('<PARAM NAME="SRC" VALUE="'+url+'">');
	document.writeln('<PARAM NAME="AutoPlay" VALUE="'+ply+'">');
	document.writeln('<PARAM NAME="Loop" VALUE="'+lop+'">');
	document.writeln('<PARAM NAME="Controller" VALUE="'+ctr+'">');
	document.writeln('<PARAM NAME="BGCOLOR" VALUE="'+bgc+'">');
	document.writeln('<EMBED pluginspage="http://www.apple.com/quicktime/download/"');
	document.writeln(' SRC="'+url+'"');
	document.writeln(' WIDTH="'+dmx+'"');
    document.writeln(' HEIGHT="'+dmy+'"');
    document.writeln(' Play="'+ply+'"');
    document.writeln(' Loop="'+lop+'"');	
	document.writeln(' Controller="'+ctr+'"');	
	document.writeln(' BGCOLOR="'+bgc+'"');
	document.writeln('></EMBED>');
    document.writeln('</OBJECT>');
}