blob: c76db0532990facd0fa123b0bbc8c0b7ac5732d7 [file] [log] [blame]
<HEAD>
<STYLE type="text/css">
.wholeSearch
{
float: left;
background-color: lightblue;
padding: 5px;
margin: 5px;
}
.triangle
{
cursor: hand;
}
.searchField
{
display: none;
}
</STYLE>
</HEAD>
<BODY>
<SCRIPT language="JavaScript">
function toggleStatsSearch(triangleSpan)
{
var arrow = triangleSpan.innerHTML;
if (arrow == "\u25B8") {
triangleSpan.innerHTML = "\u25BE";
triangleSpan.nextSibling.nextSibling.style.display = 'block';
triangleSpan.nextSibling.nextSibling.nextSibling.nextSibling.style.display = 'block';
} else {
triangleSpan.innerHTML = "\u25B8";
triangleSpan.nextSibling.nextSibling.style.display = 'none';
triangleSpan.nextSibling.nextSibling.nextSibling.nextSibling.style.display = 'none';
}
}
</SCRIPT>
<DIV class="wholeSearch">
<SPAN class="triangle" id="tri" onclick="toggleStatsSearch(this)">&#x25b8;</SPAN> Project
<DIV class="searchField" name="divProject"><P></P>Call me Ishmael.</DIV>
</DIV>
<style>
@font-face {
font-family: 'times';
src: local('Lucida Grande');
unicode-range: U+25B8, U+25BE;
}
</style>
<script>
if (window.eventSender) {
eventSender.mouseMoveTo(23,26);
eventSender.mouseDown();
eventSender.mouseUp();
eventSender.mouseDown();
eventSender.mouseUp();
eventSender.mouseDown();
eventSender.mouseUp();
eventSender.mouseDown();
eventSender.mouseUp();
}
</script>
</BODY>