<!-- Begin

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

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation" style="z-index: 10;" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="152" height="90" class="menutrans"><br>');
}
document.write('<ul id="top-nav">');


// START MENU LINKS - EDIT BELOW THIS AREA




document.write('  <li class="menuT"><a href="index.html">Home</a></li>');


document.write('  <li class="menuT"><a href="fga.htm">About Mr. Goldberger</a></li>'); 

document.write('  <li class="menuT"><a href="12-faq.htm">12 Most Freq. Asked  Q\'s</a></li>');

document.write('  <li class="menuT"><a href="needlwy.htm">Do I Need a Lawyer?</a></li>');

document.write('  <li class="menuT"><a href="fbook.htm">Work Injury Handbook</a></li>');

document.write('  <li class="menuT"><a href="inquire.htm">Contact Us</a></li>');
document.write('    <ul id="sub-nav">');
document.write('      <li><a href="inquire.htm">Case Inquiry</a></li>');
document.write('      <li><a href="directions.htm">Directions & Contact Info</a></li>');
 document.write('    </ul>');
document.write('  </li>');





document.write('  <li class="menuT"><a href="links.htm">Other Resources</a></li>');

 
 


// END LINKS //




 


document.write('</ul>');
document.write('</td></tr><tr><td align="left"><P>');


// START MENU IMAGES



document.write(' <img src=picts/spacer.gif width=50 height=5><br>');
 
document.write('  <P><span align=left class="phonetitle" style=line-height:1.4>&nbsp;Goldberger & Associates</span><br>');
document.write('  <span align=left style=line-height:1.4>&nbsp;920 Kline St., Suite 202</span><br>');
document.write('  <span class="menuT" style=line-height:1.4>&nbsp;La Jolla, CA 92037</span><br>');
document.write('  <span class="phonetitle" style=line-height:1.4>&nbsp;(858) 456-1234</span><br>');


 




   if (showimage1 == "yes") {
document.write('<br><br><a href="index.html"><img src="picts/wc-cal.gif" border="0" width=60%  ></a><br><br><br>');
}
   if (showimage2 == "yes") {
document.write('&nbsp;&nbsp;<a href="fbook.htm"><!img src="" border="0"  width=47%></a><br><br>');
}


//  End -->



document.write('</td></tr></table></DIV>');








// COPYRIGHT 2005 (c) Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE









function IEHoverPseudo() {

	var navItems = document.getElementById("top-nav").getElementsByTagName("li");
	
	for (var i=0; i<navItems.length; i++) {
		if(navItems[i].className == "menuT") {
			navItems[i].onmouseover=function() { this.className += " over"; }
			navItems[i].onmouseout=function() { this.className = "menuT"; }
		}
	}

}
window.onload = IEHoverPseudo;
