<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'">');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<h1><strong>');

document.write('Our Founders<br></strong></h1>');

document.write('<fieldset><legend>');


document.write('Scott McGregor<br></legend>');
// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/ScottMcGregorPhoto120x90.jpg" width="120px" border="0" class="borders"></a>');
document.write('</center>');
document.write('<br>');
}
document.write('Scott has managed new product innovation for Hewlett-Packard, Intuit, Sybase, PlaceWare (now part of Microsoft), and over a dozen Silicon Valley Start-ups.<br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Teresa Murdock<br></legend>');
// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/TeresaMurdockPhoto.jpg" width="120px" border="0" class="borders"></a>');
document.write('</center>');
document.write('<br>');
}

document.write('Teresa has managed innovative new product introductions for such well known companies as AMD, Apple, Hitachi, and PARC.<br>');

document.write('</fieldset>');
document.write('<br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


document.write('</td><td>Ads by XooXooX, a SWIFT client<iframe ');
document.write('src="http://www.xooxoox.com/xooxooxdemo/XooXooXAd160x600.html?adSize=160x600&amp;publisherID=swiftdesigngroup&amp;amazonCategoryDefault=books&amp;amazonKeywordDefault=new+product+innovation"');
document.write('marginwidth="0" marginheight="0" width="170" height="600" border="6px" frameborder="6px"');
document.write('style="border:6px solid #FFFFFF" scrolling="No"></iframe>');

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




// -- END -->