1
<BODY bgColor="#ffffff" leftMargin="0" topMargin="0">
2
<form id="Header" method="post" runat="server">
3
<TABLE id="Top_Table" height="144" cellSpacing="0" cellPadding="0" width="100%" align="left"
4
border="0">
5
<TR vAlign="top">
6
<!-- Left begin -->
7
<TD vAlign="top" align="left" width="144" height="144">
8
<table id="LeftTable" height="144" cellSpacing="0" cellPadding="0" width="144" align="left"
9
border="0">
10
<tr id="Key Visual" vAlign="top">
11
<td vAlign="top" align="left" width="144" height="90"><IMG src="images\key_113.jpg" align="top" border="0">
12
</td>
13
</tr>
14
<tr id="Identifier" vAlign="top">
15
<td vAlign="top" align="left" width="144" height="54"><IMG src="images\1siteident.jpg" align="top" border="0">
16
</td>
17
</tr>
18
</table>
19
</TD>
20
<!-- Left end -->
21
<!-- Middle begin -->
22
<TD vAlign="top" align="left" width="468" height="144">
23
<table id="MiddleTable" height="144" cellSpacing="0" cellPadding="0" width="468" align="left"
24
border="0">
25
<tr id="Global Zone">
26
<td vAlign="top" bgColor="#666666" height="54">
27
<TABLE id="Table_Global" height="54" cellSpacing="0" cellPadding="0" width="468" border="0">
28
<TR>
29
<TD vAlign="top" align="left"><IMG hspace="0" src="images/logo_666666.gif" width="128" vspace="0" border="0"></TD>
30
<TD vAlign="top" align="right">
31
<TABLE id="Table_LinktoLogo" cellSpacing="0" cellPadding="0" width="200" border="0">
32
<TR>
33
<TD align="right"></TD>
34
</TR>
35
<TR>
36
<TD align="right"><A href="http://www.siemens.com"><IMG height="18" src="images/link_to_dotcom_666666.gif" width="120" border="0"></A>
37
</TD>
38
</TR>
39
</TABLE>
40
</TD>
41
</TR>
42
</TABLE>
43
</td>
44
</tr>
45
<tr id="Local Zone">
46
<td bgColor="#000000" height="36">1</td>
47
</tr>
48
<tr id="Navigation Zone">
49
<td bgColor="#cccccc" height="54"><asp:table id="ServerSide_Nav" runat="server"></asp:table></td>
50
</tr>
51
</table>
52
</TD>
53
<!-- Middle end-->
54
<!-- right -->
55
<TD vAlign="top" align="left" width="100%" height="144">
56
<table id="RightTable" height="144" cellSpacing="0" cellPadding="0" width="100%" align="left"
57
border="0">
58
<tr height="54">
59
<td bgColor="#666666" height="54"></td>
60
</tr>
61
<tr>
62
<td bgColor="#ff9900" height="36"></td>
63
</tr>
64
<tr>
65
<td bgColor="#666666" height="54">search</td>
66
</tr>
67
</table>
68
</TD>
69
</TR>
70
</TABLE>
71
</form>
72
</BODY>
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
浙公网安备 33010602011771号