-
Notifications
You must be signed in to change notification settings - Fork 0
/
contents_legal_notices.html
102 lines (89 loc) · 2.81 KB
/
contents_legal_notices.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<script language="JavaScript">
<!--
function on(imgname){
imgname.src = "cursor_on.jpg";
}
function off(imgname){
imgname.src = "cursor_off.jpg";
}
//-->
</script>
<link rel="shortcut icon" href="icon_blue.ico">
<link rel="icon" href="icon_blue.jpg">
<title>Contents</title>
</head>
<body bgcolor="white">
<font style="font-family:arial,helvetica,sans-serif" color="black">
<table border="0" cellspacing="10" cellpadding="0" width="150" noresize>
<base target="main">
<tr>
<td>
<img src="cursor_off.jpg" align="right" vspace="0" hspace="10" border="0">
</td>
<td>
<img src="eric_steinbring_lowercase_stretch_grey_blur.jpg" alt="Eric Steinbring" vspace="45" hspace="0" border="0">
</td>
</tr>
<tr>
<td>
<img name="pt1" src="cursor_off.jpg" align="right" vspace="0" hspace="0" border="0">
</td>
<td>
<a style="text-decoration: none" href="about/about.html" target="main"
onClick='parent.contents.location.href="contents_about.html"'
onMouseOver="on(document.pt1),
onMouseOver=window.status='About';return true;"
onMouseOut="off(document.pt1),
onMouseOut=window.status='Legal Notices';return true;">
<img src="about_grey.jpg" alt="About" vspace="4" hspace="2" border="0"></a>
</td>
</tr>
<tr>
<td>
<img name="pt2" src="cursor_off.jpg" align="right" vspace="0" hspace="0" border="0">
</td>
<td>
<a style="text-decoration: none" href="curriculum_vitae/curriculum_vitae.html" target="main"
onClick='parent.contents.location.href="contents_curriculum_vitae.html"'
onMouseOver="on(document.pt2),
onMouseOver=window.status='Curriculum Vitae';return true;"
onMouseOut="off(document.pt2),
onMouseOut=window.status='Legal Notices';return true;">
<img src="curriculum_vitae_grey.jpg" alt="Curriculum Vitae" vspace="4" hspace="2" border="0"></a>
</td>
</tr>
<tr>
<td>
<img name="pt3" src="cursor_off.jpg" align="right" vspace="0" hspace="0" border=
"0">
</td>
<td>
<a style="text-decoration: none" href="links/links.html" target="main"
onClick='parent.contents.location.href="contents_links.html"'
onMouseOver="on(document.pt3),
onMouseOver=window.status='Links';return true;"
onMouseOut="off(document.pt3),
onMouseOut=window.status='Legal Notices';return true;">
<img src="links_grey.jpg" alt="Links" vspace="4" hspace="2" border="0"></a>
</td>
</tr>
<tr>
<td>
<img name="pt4" src="cursor_off.jpg" align="right" vspace="0" hspace="0" border="0">
</td>
<td>
<a style="text-decoration: none" href="main.html" target="main"
onClick='parent.contents.location.href="contents_main.html"'
onMouseOver="on(document.pt4),
onMouseOver=window.status='Home';return true;"
onMouseOut="off(document.pt4),
onMouseOut=window.status='Legal Notices';return true;">
<img src="home_grey.jpg" alt="Home" vspace="4" hspace="2" border="0"></a>
</td>
</tr>
</table>
</body>
</html>