// JavaScript Document to write in reiversinvestment.com header file

//create table add header image and logo
document.writeln('<table width="100%" cellpadding="0" cellspacing="0"><tr id="header"><td valign="middle" colspan="6">')
document.writeln('<a href="http://www.riversinvestments.com"><img style="padding-left:5px;" src="../assets/logo.png" border="0"></a>')

//close row write in new row
document.writeln('</td></tr><tr><td>')

//add navigation images 
document.writeln('<a href="../about/index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'btnTAbout\',\'\',\'../assets/about-hot.png\',1)">')
document.writeln('<img name="btnTAbout" border="0" src="../assets/about.png"></a></td><td>')
document.writeln('<a href="../propertymanagement/index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'btnTManagement\',\'\',\'../assets/management-hot.png\',1)">')
document.writeln('<img name="btnTManagement" border="0" src="../assets/management.png"></a></td><td>')
document.writeln('<a href="../realty/index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'btnTRealty\',\'\',\'../assets/realty-hot.png\',1)">')
document.writeln('<img name="btnTRealty" border="0"src="../assets/realty.png"></a></td><td>')
document.writeln('<a href="../idlewild/index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'btnTIdlewild\',\'\',\'../assets/idlewild-hot.png\',1)">')
document.writeln('<img name="btnTIdlewild" border="0"src="../assets/idlewild.png"></a></td><td>')
document.writeln('<a href="../consulting/index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'btnTConsulting\',\'\',\'../assets/consulting-hot.png\',1)">')
document.writeln('<img name="btnTConsulting" border="0"src="../assets/consulting.png"></a></td><td>')
document.writeln('<a href="../contact/index.htm" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage(\'btnTContact\',\'\',\'../assets/contact-hot.png\',1)">')
document.writeln('<img name="btnTContact" border="0"src="../assets/contact.png"></a></td></tr></table>')
