<!-- Begin MENU

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


var menuside	= "center"	// MENU SIDE | left, right or center
var menuspace	= "25"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="images/spacer.gif" width="'+menuspace+'" height="5"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



document.write('</td><td>');
document.write('<a href="welcome.html"><img src="images/menu_top-Welcome.png" border="0" alt="Welcome to AbigailHarman.com"></a>');


document.write('</td><td>');
document.write('<a href="services.html"><img src="images/menu_top-Services.png" border="0" alt="Photography Services from Abigail Harman"></a>');


document.write('</td><td>');
document.write('<a href="info.html"><img src="images/menu_top-Info.png" border="0" alt="Further Information on Abigail Harman Photography"></a>');


document.write('</td><td>');
document.write('<img src="images/spacer.gif" width="200" height="5" border="0"></a>');


document.write('</td><td>');
document.write('<a href="http://abigailharman.blogspot.com/ "target="_blank"><img src="images/menu_top-Blog.png" border="0" alt="Blog of Abigail Harman"></a>');


document.write('</td><td>');
document.write('<a href="about.html"><img src="images/menu_top-About.png" border="0" alt="About Abigail Harman"></a>');



document.write('</td><td>');
document.write('<a href="contact.html"><img src="images/menu_top-Contact.png" border="0" alt="Contact Abigail Harman"></a>');



// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="images/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End -->