function printTopFrame() {
var Html=""
// Centrix Logo
Html+="<table border='0' cellspacing='0' cellpadding='0' width='100%'>";
Html+="<tr><td width='720' height='44'><a href='http://www.centrixsolutions.com'><img src='../images/centrix_logo.gif' alt='Centrix Solutions, Inc.' border='0' width='720' height='44'></a></td>";
// Top Grey to Black Gradient Graphic
Html+="<td width='100%' background='../images/topwht_spacer.gif' height='44'><img src='../images/topwht_spacer.gif' width='15' height='44'></td>";
Html+="<td background='../images/topwht_spacer.gif'>";
Html+="<table border='0' cellspacing='0' cellpadding='0' align='right'>";
Html+="<tr><td></td></tr>";
// Date
Html+="<tr><td>";
Html+="<span class=date></span></td></tr>";
Html+="</table>";
Html+="</td></tr>";
Html+="</table>";
// Menu Bar
Html+="<table border='0' cellspacing='0' cellpadding='0' width='100%'>";
Html+="<tr><td width='11' height='18'><img src='../images/leftnav_bar.gif' width='11' height='18'></td>";
Html+="<td width='78' height='18'><a href='../home/default.aspx'><img src='../images/home.gif' alt='HOME' border='0' width='78' height='18'></a></td>";
Html+="<td width='80' height='18'><a href=javascript:; onmouseover=show('m1') onmouseout=hide()><img src='../images/about.gif' border='0' alt='ABOUT' width='80' height='18'></a></td>";
Html+="<td width='79' height='18'><a href=javascript:; onmouseover=show('m2') onmouseout=hide()><img src='../images/services.gif' alt='SERVICES' border='0' width='79' height='18'></a></td>";
Html+="<td width='81' height='18'><a href=javascript:; onmouseover=show('m3') onmouseout=hide()><img src='../images/products.gif' border='0' alt='PRODUCTS' width='81' height='18'></a></td>";
Html+="<td width='78' height='18'><a href='../contact/contact.html'><img src='../images/contact.gif' alt='CONTACT' border='0' width='78' height='18'></a></td>";
Html+="<td width='80' height='18'><a href='../careers/careers.html'><img src='../images/careers.gif' border='0' alt='CAREERS' width='80' height='18'></a></td>";
Html+="<td width='80' height='18'><a href='../products/demoregister.asp'><img src='../images/demo.gif' alt='DEMOS' border='0' width='80' height='18'></a></td>";
Html+="<td width='83' height='18'><a href='../sitemap/sitemap.html'><img src='../images/sitemap.gif' alt='SITEMAP' border='0' width='83' height='18'></a></td>";
Html+="<td width='100%' background='../images/navbar_spacer.gif' height='18'><img src='../images/navbar_spacer.gif' width='46' height='18'></td>";
Html+="<td width='164' height='18'><!--<img src='../images/rightnav_bar.gif' width='164' height='18'>--></td></tr>";
Html+="</table>";

document.write(Html);

}