<!-- Begin

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


var menuside	= "right"	// MENU LEFT OR RIGHT SIDE
var menuspace	= "10"		// MENU END SPACING

function intcontact()
{
detailsWindow = window.open("http://www.alchemydjs.djintelligence.com/contact","intcontact","width=675,height=475,resizable=no,toolbar=no,menubar=no,location=no,scrollbars=yes");
detailsWindow.focus()
 }

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


// START LINKS //
document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td><td nowrap>');
document.write('<a href="about.html" class="menu">About Us</a>');


document.write('</td><td nowrap>');
document.write('<a href="bostonweddingdj.html" class="menu">Weddings</a>');


document.write('</td><td nowrap>');
document.write('<a href="bostonschooldancedjs.html" class="menu">Schools</a>');

document.write('</td><td nowrap>');
document.write('<a href="bostonbarbatmitzvahdj.html" class="menu">Bar/Bat Mitzvahs</a>');


document.write('</td><td nowrap>');
document.write('<a href="bostoncorporateeventdj.html" class="menu">Corporate</a>');


document.write('</td><td nowrap>');
document.write('<a href="bostonprivateparties.html" class="menu">Private Parties</a>');

document.write('</td><td nowrap>');
document.write(' <a href="otherservices.html" class="menu">Other Services</a>'); 


document.write('</td><td nowrap>');
document.write('<a href="gallery1.htm" class="menu">Media</a>');


// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //


document.write('</td><td nowrap>');
document.write('<a href="javascript:intcontact()" class="menu">Contact</a>');










// END LINK BUTTONS //




document.write('</td><td WIDTH="2">');
document.write('<img src="picts/menu-end.gif" width="2" height="25"></a><br>');
document.write('</td><td WIDTH="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="25"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->