document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS
var notes1		= "no"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH		
var pageheight		= "0"		// ADD HEIGHT TO ALL PAGES

var phone		= "yes"		// SHOW PHONE NUMBER
var phoneLR		= "left"	// phone LEFT OR RIGHT
var phoneX		= "5"		// phone X LOCATION
var phoneY		= "5"		// phone Y LOCATION


// FLASH
document.write('<center>');
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,42,0" id="kids" width="175" height="250">');
document.write('<param name="movie" value="flash/kids.swf">');
document.write('<param name="bgcolor" value="FFFFFF">');
document.write('<param name="quality" value="high">');
document.write('<param name="allowscriptaccess" value="samedomain">');
document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" width="175" height="250" name="kids" src="kids.swf" bgcolor="#FFFFFF" quality="high" swLiveConnect="true" allowScriptAccess="samedomain">');
document.write('</embed>');
document.write('</object>');
document.write('</center>');

document.write('<br>');

// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Whats New<br></legend>');

document.write('Get the latest updates.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}


// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('<a href="links.php">Links</a><br></legend>');

document.write('Quick <a href="links.php">links</a> for important pages.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}


// START SIDEBAR MENU //

document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');

document.write('<a href="council.php" class="menuSidebar">Coordinating Council</a>');

document.write('<a href="committee.php" class="menuSidebar">Steering Committee</a><br>');


// END SIDEBAR MENU //

document.write('<a href="home.php" title="Home"><IMG SRC="picts/logo.jpg" border="0"></a><br><br>');

document.write('<fieldset><legend>');

document.write('Contact<br></legend>');

document.write('3223 N. Oliver Ave.<br>Wichita, KS  67220<br>316-267-3535<br>');

document.write('connectingpt@rui.org<br>');

document.write('</fieldset>');


document.write('</td></tr></table><br>');

// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0">');

document.write('</td></tr></table>');
