updated removed
[home-automation.git] / menu.html
1 <HEAD>
2 <SCRIPT LANGUAGE="JavaScript">
3 <!-- Beginning of JavaScript -
4
5 var timeout;
6 var x = 0;
7 var step = 2;
8
9 function start1(){
10 if (x < 0){
11 x=0;
12 }
13
14 window.parent.menu.scroll(x,0);
15 x=x + step;
16 timeout=setTimeout("start1()",50);
17 }
18
19 function start2(){
20 if (x >=0 ){
21 window.parent.menu.scroll(x,0);
22 x = x - step;
23 }
24
25 timeout=setTimeout("start2()",50);
26 }
27
28 function stop1(){
29 clearTimeout(timeout);
30 }
31
32 function top1(){
33 window.parent.menu.scroll(0,0);
34 x=0;
35 }
36
37
38 // - End of JavaScript - -->
39 </SCRIPT> 
40 </HEAD>
41 <Style>
42 body {overflow-y:hidden;
43       background-color: #4d4c48;
44       color: white;}
45
46 td {font-family:arial, helvetica; font-size:12px; font-weight:bold;}
47 </style>
48 <div name="b">
49 <table border=0 ALIGN=center>
50 <tr>
51 <td ALIGN=center>
52 <img src="./icons/weather.png" onMouseover="stop()" target="main" a href="www.weatherunderground.com">
53 </td>
54 <td ALIGN=center>
55 <img src="./other_icons/lighting.png" onMouseover="stop()">
56 </td>
57 <td ALIGN=center>
58 <img src="./other_icons/audio.png" onMouseover="stop()">
59 </td>
60
61 <td ALIGN=center>
62 <img src="./other_icons/cameras.png" onMouseover="stop()">
63 </td>
64 <td ALIGN=center>
65 <img src="./icons/weather.png" onMouseover="stop()">
66 </td>
67 <td ALIGN=center>
68 <img src="./other_icons/climate.png" onMouseover="stop()">
69 </td>
70 <td ALIGN=center>
71 <img src="./other_icons/events.png" onMouseover="stop()">
72 </td>
73 <td ALIGN=center>
74 <img src="./icons/weather.png" onMouseover="stop()">
75 </td>
76 <td ALIGN=center>
77 <img src="./icons/light.png" onMouseover="stop()">
78 </td>
79 <td ALIGN=center>
80 <img src="./icons/music.png" onMouseover="stop()">
81 </td>
82 <td ALIGN=center>
83 <img src="./other_icons/power.png" onMouseover="stop()">
84 </td>
85 </tr>
86 <tr>
87 <td ALIGN=center>
88 Weather&nbsp;
89 </td>
90 <td ALIGN=center>
91 Lighting&nbsp;
92 </td>
93 <td ALIGN=center>
94 Music&nbsp;
95 </td>
96 <td ALIGN=center>
97 Cameras&nbsp;
98 </td>
99 <td ALIGN=center>
100 Security&nbsp;
101 </td>
102 <td ALIGN=center>
103 Climate&nbsp;
104 </td>
105 <td ALIGN=center>
106 News&nbsp;
107 </td>
108 <td ALIGN=center>
109 Receipes&nbsp;
110 </td>
111 <td ALIGN=center>
112 Groceries&nbsp;
113 </td>
114 <td ALIGN=center>
115 Traffic&nbsp;
116 </td>
117 <td ALIGN=center>
118 Power&nbsp;
119 </td>
120
121 </tr>
122
123
124 </table>
125 </div>