
function embedRM(width, height, path)
{ 
	document.write('<embed nologo="true" autostart="true" backgroundcolor="#c4e9ff" center="true" console="realEMBED" controls="imagewindow" maintainaspect="true" nojava="true" src="' + path +'" width="' + width + '" height="' + height + '" pluginspace="http://www.real.com/player/" type="audio/x-pn-realaudio-plugin"></embed>');
}

function embedRMControl(width, path)
{
	document.write('<embed nologo="true" autostart="true" center="true" console="realEMBED" controls="controlpanel" nojava="true" src="' + path +'" width="' + width + '" height="36" pluginspace="http://www.real.com/player/" type="audio/x-pn-realaudio-plugin"></embed>');
}

function embedWM(width, height, path)
{
	document.write('<embed type="application/x-mplayer2" src="' + path +'" autostart="1" showcontrols="1" stretchtofit="1" width="' + width + '" height="' + height +'"></embed>');
}

function embedQT(width, height, path)
{
	document.write('<embed type="video/quicktime" src="' + path + '" qtsrc="' + path + '" autoplay="true" scale="aspect" pluginspage="http://www.apple.com/quicktime/download/" width="' + width + '" height="' + height + '"></embed>');

}
