// AJAC3D0 20061014
function LoadObjx3d() {
if (window.ActiveXObject)
{
// browser supports ActiveX/IE API and specifies FluxPlayer
document.write('');
}
else
{
// browser supports Firefox/Netscape Plugin API, may use/install FLUX.
document.write('');
}
}
function LoadAnyPlayerObjx3d() {
// example Common object uses whatever 3D browser user last installed.
document.write('');
}