<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// NOTE: To edit menus code edit the coolstyle.css



var menuheight	="200"	  // OVERALL MENU HEIGHT
var menuwidth	="140"	  // OVERALL MENU WIDTH
var botmline	="20"	  // HEIGHT OF VERT LINE UNDER MENU



document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="printhide"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="'+menuheight+'" WIDTH="10"><br />');
document.write('</td><td valign="bottom" align="left">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" style="margin-right:5px;"><tr><td>');
document.write('<img src="picts/spacer.gif" HEIGHT="1" WIDTH="10"><br />');


// START MENU LINKS

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="index.html">Home</a><br />');

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="masterdatamgmt.htm">Master Data Mgmt</a><br />');

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="enterprisearchitecture.htm">Enterprise Architecture</a><br />');

document.write('</td></tr><tr><td class="menu">');
document.write('<a href="knowledgemgmt.htm">Knowledge Mgmt</a><br />');




document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu_bottom.gif" HEIGHT="1" WIDTH="109"><br />');
document.write('</td></tr><tr><td class="menu-line">');
document.write('<img src="picts/spacer.gif" height="'+botmline+'" width="'+menuwidth+'"><br />');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->