
<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'




document.write('<BGSOUND ID="BGSOUND_ID" LOOP=1 VOLUME="-910">')

// START LINKS //



  <!--table that holds the navigational menue-->



document.write('<table border="0" width="161" >')

    document.write('<tr>')
     document.write('<td width="34" align="right"><img border="0" name="box1" src="Global%20Graphics/boxFilled.gif" width="11" height="13"></td>')
      document.write('<td width="113">')
         document.write('<a href="icr.asp" onmouseover="boxover(1)" onmouseout="boxout(1)">Home</a></td>')     	       
document.write('</tr>')


    document.write('<tr>')
     document.write('<td width="34" align="right"><img border="0" name="box2" src="Global%20Graphics/boxFilled.gif" width="11" height="13"></td>')
      document.write('<td width="113">')
         document.write('<a href="CompanyProfile.html" onmouseover="boxover(2)" onmouseout="boxout(2)">Company Profile</a></td>')     	       
document.write('</tr>')


    document.write('<tr>')
     document.write('<td width="34" align="right"><img border="0" name="box3" src="Global%20Graphics/boxFilled.gif" width="11" height="13"></td>')
      document.write('<td width="113">')
         document.write('<a href="SalesLeasing.html" onmouseover="boxover(3)" onmouseout="boxout(3)">Sales & Leasing</a></td>')     	       
document.write('</tr>')

    document.write('<tr>')
     document.write('<td width="34" align="right"><img border="0" name="box4" src="Global%20Graphics/boxFilled.gif" width="11" height="13"></td>')
      document.write('<td width="113">')
         document.write('<a href="Management.html" onmouseover="boxover(4)" onmouseout="boxout(4)">Management</a></td>')     	       
document.write('</tr>')

    document.write('<tr>')
     document.write('<td width="34" align="right"><img border="0" name="box5" src="Global%20Graphics/boxFilled.gif" width="11" height="13"></td>')
      document.write('<td width="113">')
         document.write('<a href="Professionals.html" onmouseover="boxover(5)" onmouseout="boxout(5)">Our Professionals</a></td>')     	       
document.write('</tr>')


    document.write('<tr>')
     document.write('<td width="34" align="right"><img border="0" name="box6" src="Global%20Graphics/boxFilled.gif" width="11" height="13"></td>')
      document.write('<td width="113">')
         document.write('<a href="Resources.html" onmouseover="boxover(6)" onmouseout="boxout(6)">Links & Tools</a></td>')     	       
document.write('</tr>')

    document.write('<tr>')
     document.write('<td width="34" align="right"><img border="0" name="box7" src="Global%20Graphics/boxFilled.gif" width="11" height="13"></td>')
      document.write('<td width="113">')
         document.write('<a href="Contact.html" onmouseover="boxover(7)" onmouseout="boxout(7)">Contact</a></td>')     	       
document.write('</tr>')

document.write('</table>')




//onmouseover="box1.src='Global%20Graphics/box.gif' "onmouseout="box1.src='Global%20Graphics/boxFilled.gif'"





 
            function boxover(whichbox)
            {
			if (whichbox==1){
            box1.src="Global%20Graphics/box.gif"}
			if (whichbox==2){
            box2.src="Global%20Graphics/box.gif"}
 			if (whichbox==3){
            box3.src="Global%20Graphics/box.gif"}
			if (whichbox==4){
            box4.src="Global%20Graphics/box.gif"}
			if (whichbox==5){
            box5.src="Global%20Graphics/box.gif"}
			if (whichbox==6){
            box6.src="Global%20Graphics/box.gif"}
			if (whichbox==7){
            box7.src="Global%20Graphics/box.gif"}
			else{}

	document.all['BGSOUND_ID'].src='blipper2.wav'
            }
      
            
   
            function boxout(whichbox)
            {
            if (whichbox==1){
            box1.src="Global%20Graphics/boxFilled.gif"}
			if (whichbox==2){
            box2.src="Global%20Graphics/boxFilled.gif"}
			if (whichbox==3){
            box3.src="Global%20Graphics/boxFilled.gif"}
			if (whichbox==4){
            box4.src="Global%20Graphics/boxFilled.gif"}
			if (whichbox==5){
            box5.src="Global%20Graphics/boxFilled.gif"}
			if (whichbox==6){
            box6.src="Global%20Graphics/boxFilled.gif"}
			if (whichbox==7){
            box7.src="Global%20Graphics/boxFilled.gif"}
			else{}

	
            }



//  End -->