
| Header 1 | Header 2 |
|---|---|
| Row 1 Cell 1 | Row 1 Cell 2 |
| Row 2 Cell 1 | Row 2 Cell 2 |
<HEAD>
<STYLE Type = "Text/Css"><!-- DD, PRE {Color:Black} --></STYLE>
</HEAD>
<IMG Name = Notepad_Image
Style = "Border-Style:OutSet"
Src = "../graphics/Notepad.gif"
Alt = " Text Version "
OnMouseDown = Set_InSet(Notepad_Image)
OnMouseUp = Set_OutSet(Notepad_Image)>
<SCRIPT Type = "Text/JavaScript"<
<!--
Waiter = 0
function Set_OutSet(Obj)
{
Obj.style.border = "OutSet"; Done = 'No'
location = "/Files/Notes/Notes.htm"
}
function Wait() {}
function Set_InSet(Obj)
{
Obj.style.border = "InSet"
Waiter = setTimeout('Wait()',5000)
}
-->
</SCRIPT>

|
|
|