<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// MENU OPTIONS

var showimage		= "yes"			// SHOW FLASH IMAGE CHANGER
var imaglink		= "index.html"		// SMALL IMAGE PAGE LINK

var topspace		= "40"			// IMAGE TOP SPACING
var bottomspace		= "26"			// IMAGE BOTTOM SPACING
var menuspace		= "36"			// SPACE BETWEEN TOP/BOTTOM MENU





document.write('<table cellpadding="0" cellspacing="0" border="0" width="175" class="menuwidth"><tr><td nowrap>');

// START LINKS //

document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About</a>');


document.write('</td></tr><tr><td wrap>');
document.write('<a href="whatallparentsshouldknow1.htm" class="menu">What All Parents Should Know</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="books.htm" class="menu">Books</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="serialceph.htm" class="menu">Serial Cephaloradiographs</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="debate.htm" class="menu">Debate</a>');


document.write('</td></tr><tr><td wrap>');
document.write('<a href="biologicalconcepts.htm" class="menu">Cleft Lip and Palate Lecture Series - Biological Concepts</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact</a>');


 // document.write('</td></tr><tr><td nowrap>');
  // document.write('<a href="survey.htm" class="menu">Survey</a>');



// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


// END TOP LINKS //




document.write('</td></tr><tr><td align="center">');
document.write('<img src="picts/spacer.gif" width="175" height="'+menuspace+'"></a><br>');




// START BOTTOM LINKS //


// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center">');

document.write('<img src="picts/spacer.gif" width="175" height="'+topspace+'"></a><br>');

// MENU IMAGE
   if (showimage == "yes") {
document.write('<a href="'+imaglink+'"><img src="picts/sam.jpg" border="0" width="125" height="150" class="borders"></a><br>');
}

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');







document.write('</td></tr></table>');

//  End -->