<!-- Begin

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

// MENU OPTIONS

var showsflash		= "no"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "2780a8"	// FLASH BACKGROUND COLOR
var flashwC		= "175"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "116"		// HEIGHT OF THE FLASH CHANGER

var flashspace		= "40"		// FLASH TOP SPACING
var flashspaceB		= "26"		// FLASH BOTTOM SPACING
var menuspace		= "36"		// SPACE BETWEEN TOP/BOTTOM MENU
var menutop		    = "45"		// MENU TOP SPACING




document.write('<table cellpadding="0" cellspacing="0" border="0" width="300" class="menuwidth"><tr><td>');
document.write('<img src="picts/spacer.gif" width="300" height="'+menutop+'" class="menuwidth"></a><br>');




// START LINKS //


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


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="physicians.htm" class="menu">Physicians</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="office.htm" class="menu">Office</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="cosmetic.htm" class="menu">Cosmetic</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="reconstruction.htm" class="menu">Reconstruction</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="hand_surgical.htm" class="menu">Hand Surgery</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="nonsurgical.htm" class="menu">Non Surgical</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="botox.htm" class="menu">BOTOX/JUVEDERM</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="forms.htm" class="menu">Forms</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="events.htm" class="menu">Events</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');





// END TOP LINKS //




document.write('</td></tr><tr><td align="center">');
document.write('<img src="picts/spacer.gif" width="300" height="'+menuspace+'"></a><br>');




// START BOTTOM LINKS //



document.write('</td></tr><tr><td wrap>');
document.write('<class="menu">&nbsp;&nbsp;Plastic Surgery Consultants of Illinois <br>&nbsp;&nbsp;4600 Memorial Drive <br>&nbsp;&nbsp;Medical Office Center Two - Suite 320<br>&nbsp;&nbsp;Entrance B<br>&nbsp;&nbsp;Belleville, IL  62226 <br><br>&nbsp; &nbsp;(618) 257-2100</a>');

document.write('</td></tr><tr><td nowrap class="topline">');
document.write('<a href="office.htm" class="menu">Directions</a>');

// END BOTTOM LINKS //






document.write('</td></tr><tr><td align="center">');

document.write('<img src="picts/spacer.gif" width="175" height="'+flashspace+'"></a><br>');

// FLASH CHANGER
   if (showsflash == "yes") {
document.write('<div class="printhide">');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="flashchanger"><tr><td valign="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" id="imagechanger">');
document.write('<PARAM NAME="movie" VALUE="imagechanger.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
document.write('<EMBED src="imagechanger.swf" quality="high" bgcolor="#'+flashcolor+'"  WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" NAME="imagechanger" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');
document.write('</div>');
}

document.write('<img src="picts/spacer.gif" width="200" height="'+flashspaceB+'"></a><br>');



document.write('</td></tr></table>');

//  End -->
