function ml(x,y){
var webeq=false,size=16;
if(navigator.appName == "Netscape" || navigator.appName == "Microsoft Internet Explorer") webeq=true;
if(webeq){
document.writeln('<APPLET CODE="webeq.Main" WIDTH='+x+' HEIGHT='+y+' align=center>');
document.writeln('<PARAM NAME="parser" VALUE="mathml">');
document.writeln('<PARAM NAME="size" VALUE='+size+'>');
if(navigator.appName == "Microsoft Internet Explorer")document.writeln('<PARAM NAME="color" VALUE="#ffffff">');
if(navigator.appName == "Netscape")document.writeln('<PARAM NAME="color" VALUE="#c0c0c0">');
document.writeln('<PARAM NAME="eq" VALUE="');}
}




