function funMenu()
{
	var str="";	
    str+="<div class='menu'>";
	str+="<ul class='mlddm' params='1,-1,500,slide,200,h' style='visibility:visible;'>";
	str+="<li><img src='images/menu_divide.jpg' width='2' height='48' alt='' border='0' /><a href='index.php'>HOME</a> <img src='images/menu_divide.jpg' width='2' height='48' alt='' border='0' /></li>";
	str+="<li><a href='' class='large' style='cursor:default;'>AREAS OF PRACTICE</a><img src='images/menu_divide.jpg' width='2' height='48' alt='' border='0' /><ul><li><a href='discrimination.php'>Discrimination</a></li><li><a href='employee_rights.php'>Employee Rights</a></li><li><a href='harassment.php'>Harassment</a></li><li><a href='healthcare.php'>Healthcare Law</a></li><li><a href='hipaa_compliance.php'>HIPAA Compliance </a></li><li><a href='labor_employment_law.php'>Labor/Employment Law</a></li><li><a href='non_compete_agreements.php'>Non-Compete Agreements</a></li><li><a href='retaliation.php'>Retaliation</a></li><li><a href='stark_law.php'>Stark Law</a></li><li><a href='unlawful_wrongful_termination.php'>Unlawful/Wrongful Termination</a></li><li><a href='whistleblower.php'>Whistleblower</a></li></ul>";
	str+="</li>";
	str+="<li><a href='about_us.php' class='medium'>ABOUT US</a><img src='images/menu_divide.jpg' width='2' height='48' alt='' border='0' /></li>";
	str+="<li><a href='why_us.php' class='small'>WHY US</a><img src='images/menu_divide.jpg' width='2' height='48' alt='' border='0' /></li>";
	str+="<li><a href='contact_us.php' class='medium1'>CONTACT US</a><img src='images/menu_divide.jpg' width='2' height='48' alt='' border='0' /></li>";
	//str+="<li><a href='#' class='medium1'>EN ESPAŅOL</a><img src='images/menu_divide.jpg' width='2' height='48' alt='' border='0' /></li>";
	str+="</ul>";
	str+="</div>";
	
				document.write(str);
}

function funFooter()
{
	var str="";
	str+="<div id='footer'><div class='footer_bg'><div class='footer_in'><div class='footer_left_logo'><img src='images/footer_left_logo.jpg' width='133' height='57' alt='' /></div><div class='footer_link'><a href='index.php'>Home</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='area_practice.php'>Areas of Practice</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='about_us.php'>About Us</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='why_us.php'>Why Us</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href='contact_us.php'>Contact Us</a><div class='phone'>(561) 653-0008</div></div><div class='footer_right_logo'><img src='images/footer_right_logo.jpg' width='77' height='76' /></div></div><div class='foot_txt'>The Law Offices of Cathleen Scott, P.A., serves clients throughout Palm Beach County and the State of Florida,including the cities of: Atlantis, Belle Glade, Boca Raton,Boynton <Br /> Beach, Delray Beach, Greenacres, Jupiter, Lake Worth, Lantana, Loxahatchee, North Palm Beach, Palm Beach, Palm Beach Gardens, Riviera Beach, Royal Palm Beach, Singer<Br />Island, Tequesta, Wellington and West Palm Beach. </div><div style='clear:both;'></div><div class='foot_copy'>&copy;<strong>2011, Cathleen Scott & Associates, P.A.</strong></div></div></div>";
	document.write(str);
}





