<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH		
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var phone		= "no"		// SHOW PHONE NUMBER
var phoneLR		= "left"	// phone LEFT OR RIGHT
var phoneX		= "5"		// phone X LOCATION
var phoneY		= "5"		// phone Y LOCATION






// 1ST NOTES AREA

   if (notes1 == "yes") {

document.write('</span>');

document.write('259 N. Radnor-Chester Road<br>');

document.write('Radnor Court, Suite 120<br>');

document.write('Radnor, PA 19087<br>');

document.write('Phone: <span class="contacttitle">(484) 654-1380<BR></span>');

document.write('Fax: <span class="contacttitle">(610) 225-0533<BR></span>');

document.write('<br>');
}




// START SIDEBAR MENU //


document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');


document.write('<a href="get directions.htm" class="menuSidebar">Get Directions</a>');


document.write('</td></tr></table>');


// END SIDEBAR MENU //







// START PHONE NUMBER IN TOP MENU

   if (phone == "yes") {
document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; TOP: '+phoneY+'px" class="menu-note">');

document.write('Phone: 484-654-1380<br>');

document.write('</div>');
}





// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)


document.write('</td></tr></table>');


//  End -->
