function SMButton(ButName,LinkPage) {
document.write("<span class=\"SMButStyle\">");
document.write("&nbsp;");
document.write("<a href=\"");
document.write(LinkPage);
document.write("\">");
document.write(ButName);
document.write("</a>");
document.write("&nbsp;");
document.write("</span>");
}

function SMButtonBlank(ButName,LinkPage) {
document.write("<span class=\"SMButStyle\">");
document.write("&nbsp;");
document.write("<a href=\"");
document.write(LinkPage);
document.write("\" target=\"_blank\">");
document.write(ButName);
document.write("</a>");
document.write("&nbsp;");
document.write("</span>");
}

function SMNavSeparator() {
document.write("   ");
}

function NewLine() {
document.write("<br>");
}

document.write("<PRE>");

SMButton("Features","SMFeatures.htm");
SMNavSeparator();
SMButton("Description","SMDescription.htm");
SMNavSeparator();
SMButton("Installation","SMInstallation.htm");
SMNavSeparator();
SMButton("30 day Free Trial","SM30dayFreeTrial.htm");
NewLine();
SMButtonBlank("Downloads","SMDownload.htm");
SMNavSeparator();
SMButton("Tutorial","SMTutorial.htm");
SMNavSeparator();
SMButton("Sample output","SMSample.htm");
SMNavSeparator();
SMButton("Awards","SMAwards.htm");
NewLine();
SMButton("Buy ScriptMaker","SMBuySM.htm");
SMNavSeparator();
SMButton("Register ScriptMaker","SMRegister.htm");

document.write("</PRE>");
