<html>
<head>

<meta name="MSSmartTagsPreventParsing" content="TRUE">


<!--#include virtual="/Include/wumpusmeta.html"-->

<title>WUMPUS plc: Ushering in a new era of WUMPUS excellence</title>
<SCRIPT LANGUAGE = "JavaScript">
<!--

// Check for email address: look for [@] and [.] 

function isEmail(elm) {
    if (elm.value.indexOf("@") + "" != "-1" &&
        elm.value.indexOf(".") + "" != "-1" &&
        elm.value != "") 
    return true;
    else return false;
}

// Check for null and for empty

function isFilled(elm) {
    if (elm.value == "" ||
        elm.value == null) 
    return false;
    else return true;
}

function isReady(form) {

    // is fullname element filled?

    if (isFilled(form.name) == false) {
    alert("Please enter your name.");
    form.name.focus();
    return false;
    }

    // is address element a real email address?

    if (isEmail(form.addr) == false) { 
    alert("Please enter your email address.");
    form.addr.focus();
    return false;
    }

    // is comment element filled?

    if (isFilled(form.comment) == false) {
    alert("Please describe your ideas.");
    form.comment.focus();
    return false;
    }
return true;
}

//-->
</SCRIPT></head>
<body bgcolor="#ffffff" vlink="#808080" link="#000000" alink="#00FF00" "TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" bottommargin="5">
<table width="640" border="0" cellpadding="10">
<tr>
		<td width="640" bgcolor="#000000" colspan="2">


<SCRIPT LANGUAGE = "JavaScript">
<!--

// Detect if browser is Netscape 3 + or IE 4 +.
bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
    if ((bName == "Netscape" && bVer >= 3) || 
        (bName == "Microsoft Internet Explorer" && bVer >= 4)) br = "n3"; 
    else br = "n2";

// Create image objects, preload all active and inactive images.
    if (br== "n3") { 
    img1on = new Image();                          // Create eight image objects for the 
    img1on.src = "/Wabash/Images/home_over.gif";   // active images; the images displayed
    img2on = new Image();                          // when the mouse moves over the 
    img2on.src = "/Wabash/Images/about_over.gif";  // rollovers.
    img3on = new Image();
    img3on.src = "/Wabash/Images/products_over.gif";
    img4on = new Image();
    img4on.src = "/Wabash/Images/research_over.gif";
    img5on = new Image();
    img5on.src = "/Wabash/Images/technology_over.gif";
    img6on = new Image();
    img6on.src = "/Wabash/Images/careers_over.gif";
    img7on = new Image();
    img7on.src = "/Wabash/Images/bio_over.gif";
    img8on = new Image();
    img8on.src = "/Wabash/Images/wumpus_over.gif";

    img1off = new Image();                         // Create eight image objects for the 
    img1off.src = "/Wabash/Images/home.gif";       // inactive images; the images 
    img2off = new Image();                         // displayed when the mouse moves off
    img2off.src = "/Wabash/Images/about.gif";      // the rollovers.
    img3off = new Image();
    img3off.src = "/Wabash/Images/products.gif";
    img4off = new Image();
    img4off.src = "/Wabash/Images/research.gif";
    img5off = new Image();
    img5off.src = "/Wabash/Images/technology.gif";
    img6off = new Image();
    img6off.src = "/Wabash/Images/careers.gif";
    img7off = new Image();
    img7off.src = "/Wabash/Images/bio.gif";
    img8off = new Image();
    img8off.src = "/Wabash/Images/wumpus.gif";
    }

// Function to "activate" images.
function imgAct(imgName) {
    if (br == "n3") {
    document[imgName].src = eval(imgName + "on.src");
    }
}

// Function to "deactivate" images.
function imgInact(imgName) {
    if (br == "n3") {
    document[imgName].src = eval(imgName + "off.src");
    }
}

// -->
</SCRIPT>

<p>
<A HREF = "/Wabash/index.html" 
 onMouseOver = "imgAct('img8')" 
 onMouseOut = "imgInact('img8')">
<IMG NAME= "img8" BORDER="0" HEIGHT="46" width="200" SRC = "/Wabash/Images/wumpus.gif"></A>
</p>

<p align="right">
<A HREF = "/Wabash/index.html" 
 onMouseOver = "imgAct('img1')" 
 onMouseOut = "imgInact('img1')">
<IMG NAME= "img1" BORDER="0" HEIGHT="12" width="41" SRC = "/Wabash/Images/home.gif"></A>
&#160;
<A HREF = "/Wabash/about.html" 
 onMouseOver = "imgAct('img2')" 
 onMouseOut = "imgInact('img2')">
<IMG NAME= "img2" BORDER="0" HEIGHT="12" width="51" SRC = "/Wabash/Images/about.gif"></A>
&#160;
<A HREF = "/Wabash/products.html" 
 onMouseOver = "imgAct('img3')" 
 onMouseOut = "imgInact('img3')">
<IMG NAME= "img3" BORDER="0" HEIGHT="12" width="73" SRC = "/Wabash/Images/products.gif"></A>
&#160;
<A HREF = "/Wabash/research.html">
<IMG NAME= "img4" BORDER="0" HEIGHT="12" width="69" SRC = "/Wabash/Images/research_over.gif"></A>
&#160;
<A HREF = "/Wabash/technology.html" 
 onMouseOver = "imgAct('img5')" 
 onMouseOut = "imgInact('img5')">
<IMG NAME= "img5" BORDER="0" HEIGHT="12" width="96" SRC = "/Wabash/Images/technology.gif"></A>
&#160;
<A HREF = "/Wabash/careers.html" 
 onMouseOver = "imgAct('img6')" 
 onMouseOut = "imgInact('img6')">
<IMG NAME= "img6" BORDER="0" HEIGHT="12" width="61" SRC = "/Wabash/Images/careers.gif"></A>
&#160;
<A HREF = "/Wabash/bio.html" 
 onMouseOver = "imgAct('img7')" 
 onMouseOut = "imgInact('img7')">
<IMG NAME= "img7" BORDER="0" HEIGHT="12" width="26" SRC = "/Wabash/Images/bio.gif"></A>
</p>

		</td>
</tr>
<tr>
		<td width="150">
		</td>
		<td width="490">
			<font size="2" face="Arial,Helvetica">
<p> 
<b>WUMPUS plc Research Activities</b><br>
WUMPUS plc is eager for user involvement in its research program. Proposals for research directions, sharing of data, and volunteers for studies are all welcome.
</p>
<p>
WUMPUS is engaged in the following research activities:
</p>
<p>
<b>Examining the outside world via windows.</b> This consists entirely of Clayton Street in San Francisco, although it does not by any means encompass all of Clayton Street. Special attention is currently being given to a fire escape landing on the third floor that appears to attract a disproportionate number of birds.
</p>
<p>
<b>Personality assessment of cat-allergic individuals.</b> WUMPUS is still enrolling human subjects for this study. It's hard to tell whether WUMPUS expects useful data from this study or just likes tormenting allergic individuals.
</p>
<p>
<b>Long-term study of the carrying capacity of human clothing with respect to feline fur.</b> WUMPUS is still enrolling human subjects for this study. This is conceived as a prospective case-control study, but no effective mechanism for evaluating -- or even recruiting -- controls has been devised.
</p>
<p>
<b>Get Involved</b><br>
Do you have an idea for a product or service? It can be based on the above research activities or any other. If your idea is chosen for development at WUMPUS plc, you will receive a nice gift. <font face="Arial"><font size="1">[Idea-sharing form repaired March 2005.]</font></font>
</p>

<a name="form"></a>
<form name="ideas" onSubmit = "return isReady(this)" action="http://formmail.dreamhost.com/cgi-bin/formmail.cgi" method="POST">
<input type=hidden name="recipient" value="wabashform">
<input type=hidden name="subject" value="wumpus plc Research reply">
<p>
Please tell us your name:  <br>
<input type="text" name="name" size="30">
</p>
<p>
Please tell us your email address: <br>
<input type="text" name="addr" size="30">
</p>
<p>
What kind of suggestion are you offering?
</p>
<p>
<input type="radio" name="choice" value="useful"> Useful <br>
<input type="radio" name="choice" value="hard"> Hard to Implement <br>
<input type="radio" name="choice" value="silly"> Silly <br>
</p>
<p>
Please use the box below to describe your idea more fully. <br>
<textarea name="comment" rows=6 cols=40></textarea>
</p>
<p>
Thank you!
</p>
<p>
<input type="submit" value="Send Idea">
</p>
<p>
<input type="reset" value="Start Over">
<input type=hidden name="env_report" value="REMOTE_HOST,HTTP_USER_AGENT">
<input type=hidden name="redirect" value="http://lotusbun.com/Wabash/thankyou.html">
</p>
</form>
			</font>
		</td>
</tr>
<tr>
		<td width="150">
		</td>
		<td width="490" height="30"><!-- spacer row --></td>
</tr>
<tr>
		<td width="150">
		</td>
		<td width="490">
<!--#include virtual="/Include/wumpusbottomnav.html"--> 
		</td>
</tr>
</table>
</body>
</html>