<!-- 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 Us</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="victoria_kut.htm" class="menu">Victoria Kut M.D.</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="cancer_treatment_options.htm" class="menu">Cancer Treatment Options</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="forms.htm" class="menu">Patient Forms</a>');





document.write('</td></tr><tr><td nowrap>');
document.write('<a href="resources.htm" class="menu">Patient Resources</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="patient_assistance.htm" class="menu">Patient Assistance</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="location.htm" class="menu">Our Location</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.aspx" class="menu">Contact</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="forms/privacy_policy.pdf" class="menu">Privacy Policy</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="site_map.htm" class="menu">Site Map</a>');




// 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 //

document.write('</td></tr><tr><td nowrap>');
document.write('<span>');

document.write('<b>Lake Shore Oncology<br> and Hematology</b>');

document.write('</span><br><br>');

document.write('1870 W Winchester Road<br>');

document.write('Suite 204<br>');

document.write('Libertyville, Il 60048<br>');

document.write('PHONE: 847.680.1680<br>');

document.write('FAX: 847.680.1868<br>');

document.write('<br>');

document.write('<a href="http://lakeshoreoncologist.com/contact.aspx"><b>Contact Us</b></a><br>');




// 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 == "no") {
document.write('<a href="'+imaglink+'"><img src="picts/menu_image.jpg" border="0" width="100" height="100" class="borders"></a><br>');
}

document.write('<img src="picts/spacer.gif" width="175" height="'+bottomspace+'"></a><br>');







document.write('</td></tr></table>');

//  End -->
