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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
|
<?php include_once("./_common2.php"); ?>
<head> <meta http-equiv="content-type" content="application/xhtml+xml;" /> <meta charset="euc-kr"> <!--<meta http-equiv="Content-Language" content="ko-KR" />--> <link href="./css/style.css" rel="stylesheet" type="text/css"> <link href="./newcss/style.css" rel="stylesheet" type="text/css"> <script language='javascript' src="./js/jquery-1.7.2.min.js"></script> <script language='javascript' src='./js/img.js'></script> <script> function Intpremier(n) { for(var i = 1; i < 6; i++) { obj = document.getElementById('Intpremier'+i); img = document.getElementById('Intpremier_button'+i); if ( n == i ) { obj.style.display = "block"; //img.height = 80; //img.src = "../millennium_src/img/product/millennium/millennium_"+i+"_on.gif"; img.src = "./img/novice/step"+i+".png"; } else { obj.style.display = "none"; //img.height = 80; //img.src = "../millennium_src/img/product/millennium/millennium_"+i+"_off.gif"; img.src = "./img/novice/step"+i+"_off.png"; } } } $(function(){ if('<?php echo $_GET['step']?>'!=''){ Intpremier(<?php echo $_GET['step']?>); } });
</script>
<!----- top ¹è°æ ½ºÅ¸ÀÏ ½ÃÀÛ ------> <style type="text/css"> body { background: url(./img/novice/novicebg.jpg) repeat-x top center } </style> <!----- top ¹è°æ ½ºÅ¸ÀÏ ³¡ -------->
<body width="100%" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0"> <!--»ó´Ü ·Î°íºÎºÐ--> <tr> <td height="49" align="left" style="padding-left:50px;"> <a href="./intro.php"><img src="./img/novice/logo.jpg" border="0"></a> <img src="./img/novice/info.jpg" hspace="20"> </td> </tr> <!--»ó´Ü ¹öưºÎºÐ--> <tr> <td height="260" align="center" bgcolor="#f0f0f2"> <table> <tr> <td style="padding:5px 0 0 40px;"><img src="./img/novice/title.jpg" alt="»ç¿ë¹ý,À̰͸¸ ¾Ë¸éµÈ´Ù"> <img src="./img/novice/subtitle.jpg" alt="±âº»»ç¿ë5´Ü°è"></td> </tr> <tr> <td><IMG SRC="./img/novice/step1.png" hspace="10" BORDER="0" ALT="1.°Å·¡Ã³µî·Ï" OnClick='Intpremier(1);' OnMouseOver='this.style.cursor="hand";I' OnMouseOut='this.style.cursor="default"' id='Intpremier_button1'></a><IMG SRC="./img/novice/arrow.jpg"/><IMG SRC="./img/novice/step2.png" hspace="10" BORDER="0" ALT="2.»óǰµî·Ï" OnClick='Intpremier(2);' OnMouseOver='this.style.cursor="hand";' OnMouseOut='this.style.cursor="default"' id='Intpremier_button2'></a><IMG SRC="./img/novice/arrow.jpg"/><IMG SRC="./img/novice/step3.png" hspace="10" BORDER="0" ALT="3.¸ÅÀÔ/¸ÅÃâµî·Ï" OnClick='Intpremier(3);' OnMouseOver='this.style.cursor="hand";' OnMouseOut='this.style.cursor="default"' id='Intpremier_button3'></a><IMG SRC="./img/novice/arrow.jpg"/><IMG SRC="./img/novice/step4.png" hspace="10" BORDER="0" ALT="4.¼ö±Ý/ÁöºÒµî·Ï" OnClick='Intpremier(4);' OnMouseOver='this.style.cursor="hand";' OnMouseOut='this.style.cursor="default"' id='Intpremier_button4'></a><IMG SRC="./img/novice/arrow.jpg"/><IMG SRC="./img/novice/step5.png" hspace="10" BORDER="0" ALT="5.°Å·¡¸í¼¼Ç¥/°è»ê¼¹ßÇà" OnClick='Intpremier(5);' OnMouseOver='this.style.cursor="hand";' OnMouseOut='this.style.cursor="default"' id='Intpremier_button5'></a></td> </tr> </table> </td> </tr> <tr><td height="1" bgcolor="#cccccc"></td></tr> <!--»ó´Ü ¹öưºÎºÐ ³¡-->
<!--Áß¾Ó ³»¿ëºÎºÐ--> <tr> <td align="center"> <span id='Intpremier1' style='display:block;'> <table border="0" cellpadding="0" cellspacing="0" valign="top"> <tr align='center'> <td> <? include("./novice/step1.php"); ?> </td> </tr> </table> </span>
<span id='Intpremier2' style='display:none;'> <table border="0" cellpadding="0" cellspacing="0" valign="top"> <tr align='center'> <td> <? include("./novice/step2.php"); ?> </td> </tr> </table> </span>
<span id='Intpremier3' style='display:none;'> <table border="0" cellpadding="0" cellspacing="0" valign="top"> <tr align='center'> <td> <? include("./novice/step3.php"); ?> </td> </tr> </table> </span>
<span id='Intpremier4' style='display:none;'> <table border="0" cellpadding="0" cellspacing="0" valign="top"> <tr align='center'> <td> <? include("./novice/step4.php"); ?> </td> </tr> </table> </span>
<span id='Intpremier5' style='display:none;'> <table border="0" cellpadding="0" cellspacing="0" valign="top"> <tr align='center'> <td> <? include("./novice/step5.php"); ?> </td> </tr> </table> </span>
</td> </tr> <!--Áß¾Ó ³»¿ëºÎºÐ ³¡-->
<tr> <td height="150" align="center" bgcolor="#f0f0f2" ><img src="./img/novice/notice.jpg" alt="º» ¼³¸íÀº óÀ½ »ç¿ëÀÚ¸¦ À§ÇÑ 5´Ü°è 10ºÐOK µµ¿ò¸» ÀÔ´Ï´Ù."></td> </tr> </table> </body>
|