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
|
<script language='javascript' src='../js/left_menu.js'></script>
<script> function Intpremier_online(n) { for(var i = 1; i < 6; i++) { obj = document.getElementById('Intpremier_online'+i); img = document.getElementById('Intpremier_online_button'+i); if ( n == i ) { obj.style.display = "block"; //img.height = 80; img.src = "../newimg/beforeimg/online/online_"+i+"_on.gif"; } else { obj.style.display = "none"; //img.height = 80; img.src = "../newimg/beforeimg/online/online_"+i+"_off.gif"; } } } </script>
<table width="520" border="0" cellpadding="2" cellspacing="2"> <tr align='center'> <td bgcolor="#FFFFFF" class="txt03"><IMG SRC="../newimg/beforeimg/online/online_1_off.gif" BORDER="0" ALT="" OnClick='Intpremier_online(1);' OnMouseOver='this.style.cursor="hand";Intpremier_online(1);' OnMouseOut='this.style.cursor="default"' id='Intpremier_online_button1'></a></td> <td bgcolor="#FFFFFF" class="txt03"><IMG SRC="../newimg/beforeimg/online/online_2_off.gif" BORDER="0" ALT="" OnClick='Intpremier_online(2);' OnMouseOver='this.style.cursor="hand";Intpremier_online(2);' OnMouseOut='this.style.cursor="default"' id='Intpremier_online_button2'></a></td> <td bgcolor="#FFFFFF" class="txt03"><IMG SRC="../newimg/beforeimg/online/online_3_off.gif" BORDER="0" ALT="" OnClick='Intpremier_online(3);' OnMouseOver='this.style.cursor="hand";Intpremier_online(3);' OnMouseOut='this.style.cursor="default"' id='Intpremier_online_button3'></a></td> <td bgcolor="#FFFFFF" class="txt03"><IMG SRC="../newimg/beforeimg/online/online_4_off.gif" BORDER="0" ALT="" OnClick='Intpremier_online(4);' OnMouseOver='this.style.cursor="hand";Intpremier_online(4);' OnMouseOut='this.style.cursor="default"' id='Intpremier_online_button4'></a></td> <td bgcolor="#FFFFFF" class="txt03"><IMG SRC="../newimg/beforeimg/online/online_5_off.gif" BORDER="0" ALT="" OnClick='Intpremier_online(5);' OnMouseOver='this.style.cursor="hand";Intpremier_online(5);' OnMouseOut='this.style.cursor="default"' id='Intpremier_online_button5'></a></td> <td bgcolor="#FFFFFF" class="txt03"></td> </tr> </table>
<span id='Intpremier_online1' style='display:block;'> <table width="520" border="0" cellpadding="15" cellspacing="3" > <tr align='center'> <td bgcolor="#FFFFFF" class="txt03" width="520"> <IMG SRC="../newimg/beforeimg/online/online_1_page.gif" BORDER="0"> </td> </tr> </table> </span>
<span id='Intpremier_online2' style='display:none;'> <table width="520" border="0" cellpadding="15" cellspacing="3" > <tr align='center'> <td bgcolor="#FFFFFF" class="txt03" width="520"> <IMG SRC="../newimg/beforeimg/online/online_2_page.gif" BORDER="0"> </td> </table> </span>
<span id='Intpremier_online3' style='display:none;'> <table width="520" border="0" cellpadding="15" cellspacing="3" > <tr align='center'> <td bgcolor="#FFFFFF" class="txt03" width="520"> <IMG SRC="../newimg/beforeimg/online/online_3_page.gif" BORDER="0"> </td> </table> </span>
<span id='Intpremier_online4' style='display:none;'> <table width="520" border="0" cellpadding="15" cellspacing="3" > <tr align='center'> <td bgcolor="#FFFFFF" class="txt03" width="520"> <IMG SRC="../newimg/beforeimg/online/online_4_page.gif" BORDER="0"> </td> </table> </span>
<span id='Intpremier_online5' style='display:none;'> <table width="520" border="0" cellpadding="15" cellspacing="3" > <tr align='center'> <td bgcolor="#FFFFFF" class="txt03" width="520"> <IMG SRC="../newimg/beforeimg/online/online_5_page.gif" BORDER="0"> </td> </table> </span>
|