// JScript source code
function SubMenu(){
document.write("<table class=\"submenu\" width=\"100%\">");
document.write("<tr><td class=\"header\"><img src=\"http://www.ronyasoft.com/press/images/stripe_submenu.gif\" alt=\"Press Center\" width=150 height=14></td></tr>");
document.write("<tr><td class=\"item\"><img src=\"http://www.ronyasoft.com/images/arrow.gif\" alt=\"\" width=14 height=13><a href=\"http://www.ronyasoft.com/press/index.html\">Press Center Home</a></td></tr>");
document.write("<tr><td class=\"item\"><img src=\"http://www.ronyasoft.com/images/arrow.gif\" alt=\"\" width=14 height=13><a href=\"http://www.ronyasoft.com/press/releases.html\">Press Releases</a></td></tr>");
document.write("<tr><td class=\"item\"><img src=\"http://www.ronyasoft.com/images/arrow.gif\" alt=\"\" width=14 height=13><a href=\"http://www.ronyasoft.com/press/kits.html\">Press Kits</a></td></tr>");
document.write("<tr><td class=\"item\"><img src=\"http://www.ronyasoft.com/images/arrow.gif\" alt=\"\" width=14 height=13><a href=\"http://www.ronyasoft.com/press/awards.html\">Awards</a></td></tr>");
document.write("</table>");
}

