<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var transparent		= "40"		// MENU TOP TRANSPARENCY
var showimage 		= "yes" 	// SHOW THE SMALL IMAGE ON THE MENU
var imaglink		= "contact.htm"	// SMALL IMAGE PAGE LINK
var showdate		= "no"		// SHOW THE DATE ON THE PAGE
var dateLR		= "right"	// DATE LEFT OR RIGHT
var dateX		= "450"		// DATE X LOCATION
var dateY		= "123"		// DATE Y LOCATION
var LICR		= "center"	// LEGAL INFORMATION CENTER

document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<DIV id="menutop" style="width : 150px; filter:alpha(opacity='+transparent+');">');
document.write('<img src="picts/menu-top-1.gif" width="150" height="78"></a><br>');
document.write('</DIV>');
document.write('<img src="picts/menu-top-2.gif" width="168" height="52"></a><br>');


// START LINKS //

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html"  class="menu">Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Business_Law.htm" class="menu">Business Law</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Family_Law.htm" class="menu">Family Law & Divorce</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Personal_Injury_Law.htm" class="menu">Personal Injury</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="Estate_Planning_Law.htm" class="menu">Estate Planning</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="disclaimer.htm" class="menu">Disclaimer</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a  href="http://maps.google.com/maps?f=l&hl=en&geocode=&time=&date=&ttype=&q=dougherty+law&near=&sll=40.086789,-74.936221&sspn=0.011918,0.028667&ie=UTF8&om=1&cid=40088516,-74938805,17392752430264714692&ll=40.097049,-" target="_blank" class="menu">Directions</a>');

document.write('</td></tr><tr><td>');

// NEWS SCROLLBAR STARTS HERE

// SAMPLE SCROLLING NEWS FOR A .JS FILE - NON-FLOATING
//document.write('<table cellpadding="2" cellspacing="0" border="0" style="border: #996600 1px solid; background-color: #F0F0F0;COLOR: #996600; FONT: 13px arial, sans-serif; font-weight: bold;"><tr><td align="center">');
//document.write('WELCOME<br>');
//document.write('</td></tr><tr><td>');
//document.write('<iframe id="NewsWindow" src="news_win.htm" width="142" height="250" marginwidth="0" marginheight="0" frameborder="0" scrolling="no" style="border: #000000 1px solid;"></iframe>');
//document.write('</td></tr></table>');
//document.write('<br><br>');
// END NEWS SCROLLER


//NEWS SCROLLBR STOPS HERE

// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


if (showimage == "yes") 

document.write('</td></tr><tr><td>');
document.write('</td></tr><tr><td>');
document.write('</td></tr><tr><td>');
document.write('</br>');
document.write('</a>');
document.write('<span class=\date-font>&nbsp;&nbsp;&nbsp;Legal Information:</a>');
document.write('</td></tr><tr><td>');
document.write('</br>');
document.write('<a></a>');
document.write('</td></tr><tr><td>');
document.write('<a href="Business_Law_Information_Center.htm" class="menubig">Business Law Information Center</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="Family_Law_Divorce_Information_Center.htm""  " class="menubig">Family Law & Divorce Information Center</a>');

document.write('<a href="'+imaglink+'"><img src="picts/credit_card_group.jpg" alt="Bucks County Lawyer, Philadelphia Lawyer, Montgomery County Lawyer, Pennsylvania Lawyer, Bensalem, PA, 19020" border="0"></a><br>');


document.write('<img src="picts/spacer.gif"  width="150" height="1"></a><br>');



document.write('</td></tr></table></DIV>');




// COPYRIGHT 2004 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// START DATE SCRIPT
   if (showdate == "yes") {

document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px" POSITION: RIGHT>');
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write("<span class=\"date-font\"><nobr>" + weekday[d.getDay()] + ", ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write("</nobr><br></span>")
document.write('</div>');

}

//  End -->