function PrintCommon()
{
document.writeln("<center>");
document.writeln("<INPUT type=\"Checkbox\" checked  onClick=\"_3dclick()\"> 3D-look");
document.writeln("<INPUT type=\"Checkbox\" checked  onClick=\"_legendclick()\" > legend ");
document.writeln("</center>");

document.writeln("<OBJECT ");
document.writeln("CLASSID=\"CLSID:5220cb21-c88d-11cf-b347-00aa00a28331\" VIEWASTEXT>");
document.writeln("<PARAM NAME=\"LPKPath\" VALUE=\"/download/mschrt20.lpk\">");
document.writeln("</OBJECT>");



document.writeln("<OBJECT ID=\"bridge\""); 
document.writeln("CLASSID=\"CLSID:3A2B370C-BA0A-11D1-B137-0000F8753F5D\"");
document.writeln("CODEBASE=\"/download/mschrt20.cab\"");
document.writeln("height=\"560\" width=\"560\">");

document.writeln("</OBJECT>");
document.writeln("<small><center>");
document.writeln("Note: Rotate a graph by pressing Ctrl key and moving your mouse ");
document.writeln("</center></small>");
}