function realplug(moviefile,moviename,vAuto){
	mywidth="240";myheight="180";
	myhtml='';
/*    myhtml=myhtml+'<p><object type="audio/x-pn-realaudio-plugin" data="'+ moviefile +'" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" height="120" width="160">';
    myhtml=myhtml+'<param name="src" value="'+ moviefile +'" />';
    myhtml=myhtml+'<param name="controls" value="ImageWindow" />';
    myhtml=myhtml+'<param name="autostart" value="'+ vAuto +'" />';
    myhtml=myhtml+'<param name="console" value="'+ moviename +'" />';
    myhtml=myhtml+'<param name="backgroundcolor" value="white" />';
    myhtml=myhtml+'The required Real Plugin or ActiveX is not installed. Please <a href="http://www.real.com/realoneplayer.html" target="_blank">click here</a> to download the most recent version.</p></object>';

myhtml=myhtml+'<div id="flash_alternate" class="hidefromnetscape4">';
myhtml=myhtml+'<strong>Non-Flash Users:</strong>...alternative non-flash text here for browsers that dont support styles, nor objects of any kind...you might add a description of what this feature does or a colorful static graphic';
myhtml=myhtml+'</div>';
*/
myhtml=myhtml+'<!-- Internet Explorer Users -->';
myhtml=myhtml+'<span id="hidefromsafari" class="hidefromnetscape4">';
myhtml=myhtml+'<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="'+ mywidth +'" height="'+ myheight +'" id="flash_activex" standby="loading movie..." title="" name="flash_activex" type="audio/x-pn-realaudio-plugin">';
myhtml=myhtml+'<param name="src" value="'+ moviefile +'" />';
myhtml=myhtml+'<param name="controls" value="ImageWindow" />';
myhtml=myhtml+'<param name="autostart" value="'+ vAuto +'" />';
myhtml=myhtml+'<param name="console" value="'+ moviename +'" />';
myhtml=myhtml+'<param name="backgroundcolor" value="white" />';
myhtml=myhtml+'<strong>Internet Explorer Users:</strong>...add alternative non-flash text here for browsers that support the active x but its disabled or they dont have the active-x control...';
myhtml=myhtml+'</object> </span>';

myhtml=myhtml+'<!-- Non-Internet Explorer Users -->';
myhtml=myhtml+'<object type="audio/x-pn-realaudio-plugin" data="'+ moviefile +'" width="'+ mywidth +'" height="'+ myheight +'" id="flash_plugin" standby="loading movie..." title="" name="flash_plugin">';
myhtml=myhtml+'<param name="src" value="'+ moviefile +'" />';
myhtml=myhtml+'<param name="controls" value="ImageWindow" />';
myhtml=myhtml+'<param name="autostart" value="'+ vAuto +'" />';
myhtml=myhtml+'<param name="console" value="'+ moviename +'" />';
myhtml=myhtml+'<param name="backgroundcolor" value="white" />';
myhtml=myhtml+'<strong>Non-Internet Explorer Users:</strong>...add alternative non-flash text here for browsers that support the plugin but its disabled or they dont have the plugin...';
myhtml=myhtml+'</object>';

	return myhtml;
}


function realplug320(moviefile,moviename,vAuto){
	mywidth="320";myheight="240";
	myhtml='';
/*    myhtml=myhtml+'<p><object type="audio/x-pn-realaudio-plugin" data="'+ moviefile +'" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" height="120" width="160">';
    myhtml=myhtml+'<param name="src" value="'+ moviefile +'" />';
    myhtml=myhtml+'<param name="controls" value="ImageWindow" />';
    myhtml=myhtml+'<param name="autostart" value="'+ vAuto +'" />';
    myhtml=myhtml+'<param name="console" value="'+ moviename +'" />';
    myhtml=myhtml+'<param name="backgroundcolor" value="white" />';
    myhtml=myhtml+'The required Real Plugin or ActiveX is not installed. Please <a href="http://www.real.com/realoneplayer.html" target="_blank">click here</a> to download the most recent version.</p></object>';
*/
/*myhtml=myhtml+'<div id="flash_alternate" class="hidefromnetscape4">';
myhtml=myhtml+'<strong>Non-Flash Users:</strong>...this file may not be supported.';
myhtml=myhtml+'</div>';
*/
myhtml=myhtml+'<!-- Internet Explorer Users -->';
myhtml=myhtml+'<span id="hidefromsafari" class="hidefromnetscape4">';
myhtml=myhtml+'<object classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="'+ mywidth +'" height="'+ myheight +'" id="flash_activex" standby="loading movie..." title="" name="flash_activex" type="audio/x-pn-realaudio-plugin">';
myhtml=myhtml+'<param name="src" value="'+ moviefile +'" />';
myhtml=myhtml+'<param name="controls" value="ImageWindow" />';
myhtml=myhtml+'<param name="autostart" value="'+ vAuto +'" />';
myhtml=myhtml+'<param name="console" value="'+ moviename +'" />';
myhtml=myhtml+'<param name="backgroundcolor" value="white" />';
myhtml=myhtml+'<strong>Internet Explorer Users:</strong>...this file may not be supported.';
myhtml=myhtml+'</object> </span>';

myhtml=myhtml+'<!-- Non-Internet Explorer Users -->';
myhtml=myhtml+'<object type="audio/x-pn-realaudio-plugin" data="'+ moviefile +'" width="'+ mywidth +'" height="'+ myheight +'" id="flash_plugin" standby="loading movie..." title="" name="flash_plugin">';
myhtml=myhtml+'<param name="src" value="'+ moviefile +'" />';
myhtml=myhtml+'<param name="controls" value="ImageWindow" />';
myhtml=myhtml+'<param name="autostart" value="'+ vAuto +'" />';
myhtml=myhtml+'<param name="console" value="'+ moviename +'" />';
myhtml=myhtml+'<param name="backgroundcolor" value="white" />';
myhtml=myhtml+'<strong>Non-Internet Explorer Users:</strong>...this file may not be supported.';
myhtml=myhtml+'</object>';


	return myhtml;
}
//realplug320=realplug;
