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
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="IT Service,One Solution - A one-stop services provider for small-and-medium enterprises (SMEs),ERP,MRP,Trading System,Distribution & Logistic System,Financial Management System,Payroll System,Online POS System,Library System,Corporate Intranet,Analysis Manager"> <meta name="keywords" content="Lenovo Promotion,Lenovo,IT Outsource,IT Outsourcing,Promotion,PC Promotion,Notebook promotion,notebook price,pc price,IT Service,ERP,MRP,Payroll,POS,Technical Support,System,Application,Software,Hardware,Tailor Made Application"> <title>One Solution Limited - IT Services, IT Outsource, Software Development, IT Consultant</title> <link rel="stylesheet" type="text/css" href="css/style.css" /> <link rel="stylesheet" type="text/css" href="css/imageslider.css" /> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js"></script> <script type="text/javascript">
$(document).ready(function() {
//Set Default State of each portfolio piece $(".paging").show(); $(".paging a:first").addClass("active"); //Get size of images, how many there are, then determin the size of the image reel. var imageWidth = $(".window").width(); var imageSum = $(".image_reel img").size(); var imageReelWidth = imageWidth * imageSum; //Adjust the image reel to its new size $(".image_reel").css({'width' : imageReelWidth}); //Paging + Slider Function rotate = function(){ var triggerID = $active.attr("rel") - 1; //Get number of times to slide var image_reelPosition = triggerID * imageWidth; //Determines the distance the image reel needs to slide
$(".paging a").removeClass('active'); //Remove all active class $active.addClass('active'); //Add active class (the $active is declared in the rotateSwitch function) //Slider Animation $(".image_reel").animate({ left: -image_reelPosition }, 500 ); }; //Rotation + Timing Event rotateSwitch = function(){ play = setInterval(function(){ //Set timer - this will repeat itself every 3 seconds $active = $('.paging a.active').next(); if ( $active.length === 0) { //If paging reaches the end... $active = $('.paging a:first'); //go back to first } rotate(); //Trigger the paging and slider function }, 7000); //Timer speed in milliseconds (3 seconds) }; rotateSwitch(); //Run function on launch //On Hover $(".image_reel a").hover(function() { clearInterval(play); //Stop the rotation }, function() { rotateSwitch(); //Resume rotation }); //On Click $(".paging a").click(function() { $active = $(this); //Activate the clicked paging //Reset Timer clearInterval(play); //Stop the rotation rotate(); //Trigger rotation immediately rotateSwitch(); // Resume rotation return false; //Prevent browser jump to link anchor }); }); </script>
</head>
<body> <script type="text/javascript"> var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."); document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); </script> <script type="text/javascript"> try { var pageTracker = _gat._getTracker("UA-7211527-1"); pageTracker._trackPageview(); } catch(err) {} </script> <table width="800" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF"> <tr> <td><img src="images/banner.jpg"/></td> </tr> <form action="http://www.google.com/cse" id="cse-search-box" name="searchForm"> <tr> <td height="35"> <table width="800" border="0" align="center" cellpadding="0" cellspacing="0" background="images/menubg.jpg"> <tr> <td width="10"><img src="images/menuleft.jpg" width="10" height="26" /></td> <td width="520" background="images/menubg.jpg" class="menucat"> <ul> <li><a href="main.php">Home</a></li> <li><a href="about.htm">About Us</a></li> <li><a href="services.htm">Services</a></li> <li><a href="ourclients.htm">Our Clients</a></li> <li><a href="contact.htm">Contact Us</a></li> </ul> </td> <td width="260" align="right"> <input type="hidden" name="cx" value="005199312537587885639:u9s7-n6ykd8" class="searchinput"/> <input type="hidden" name="ie" value="UTF-8" class="searchinput"/> <input type="text" name="q" size="20" class="searchinput"/><img src="images/search.jpg" width="80" height="26" align="absmiddle" onClick="searchForm.submit()" /> <!--<input type="submit" name="sa" value="Search" class="content"/>-->
<script type="text/javascript" src="http://www.google.com/jsapi"></script> <script type="text/javascript">google.load("elements", "1", {packages: "transliteration"});</script> <script type="text/javascript" src="http://www.google.com/coop/cse/t13n?form=cse-search-box&t13n_langs=en"></script> <script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script> </td> <td width="10"><img src="images/menuright.jpg" width="10" height="26" /></td> </tr> </table></td> </tr> </form> <tr> <td><table width="800" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="260" align="left" valign="top"><table width="260" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="images/mser1.jpg" width="260" height="125" /></td> </tr> <tr> <td bgcolor="#E3EBEE" class="ser1"><ul> <li>Content Management System </li> <li>More than 30 templates </li> <li>Product Promotion </li> <li>Web Meta Tag </li> <li>HK$350 - 450 </li> </ul> <a href="s10.htm">learn more...</a></td> </tr> <tr> <td><img src="images/mser_bottom.jpg" width="260" height="15" /></td> </tr> </table></td> <td width="10" align="left" valign="top"> </td> <td width="260" align="left" valign="top"><table width="260" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="images/mser2.jpg" width="260" height="125" /></td> </tr> <tr> <td bgcolor="#E3EBEE" class="ser2"><ul> <li>Web Hosting and Email Hosting</li> <li>HK$150 / 1G Storage</li> <li>15 User e-mail account </li> <li>1GB Mailbox Capacity</li> <li>Free Webmail Service</li> </ul> <a href="s9.htm">learn more...</a></td> </tr> <tr> <td><img src="images/mser_bottom.jpg" width="260" height="15" /></td> </tr> </table></td> <td width="10" align="left" valign="top"> </td> <td width="260" align="left" valign="top"><table width="260" border="0" cellpadding="0" cellspacing="0"> <tr> <td><img src="images/mser3.jpg" width="260" height="125" /></td> </tr> <tr> <td bgcolor="#E3EBEE" class="ser3"><ul> <li>Network Maintenance Service</li> <li>Corporate Relocation Planning</li> <li>Internet Connection Service</li> <li>Network Security</li> <li>Network Infrastructure</li></ul> <a href="services.htm">learn more...</a></td> </tr> <tr> <td><img src="images/mser_bottom.jpg" width="260" height="15" /></td> </tr> </table></td> </tr> </table></td> </tr> <tr> <td width="530"><table width="800" border="0" cellpadding="0" cellspacing="0"> <tr> <td> <div class="main_view"> <div class="window"> <div class="image_reel"> <a href="#"><img src="advimage/adv1.jpg" alt="" /></a> <a href="#"><img src="advimage/adv2.jpg" alt="" /></a> </div> </div> <div class="paging"> <a href="#" rel="1">1</a> <a href="#" rel="2">2</a> </div> </div> </td> <td width="10"> </td> <td width="260" align="left" valign="top"><table width="260" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="30"><img src="images/icon_phone.jpg" width="30" height="26" /></td> <td class="mcontact">Phone</td> <td class="mcontact">:</td> <td class="mcontact">(852) 3189 9000 </td> </tr> <tr> <td><img src="images/icon_fax.jpg" width="30" height="26" /></td> <td class="mcontact">Fax</td> <td class="mcontact">:</td> <td class="mcontact">(852) 3189 9099 </td> </tr> <tr> <td><img src="images/icon_email.jpg" width="30" height="26" /></td> <td class="mcontact">Email</td> <td class="mcontact">:</td> <td class="mcontact"><a href="mailto:info@onesolution.com.hk">info@onesolution.com.hk</a></td> </tr> </table> <p><iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.facebook.com%2Fpages%2FOneSolutionLtd%2F165530990131807%3Fref%3Dsgm&layout=button_count&show_faces=true&width=260&action=like&font=arial&colorscheme=light&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:260px; height:21px;" allowTransparency="true"></iframe><a href="https://plus.google.com/111505043957316188221" rel="publisher">Google+</a></p> <p><img src="images/cc_logo.jpg" width="140" height="49" /><img src="images/hkgpc_logo.jpg" width="120" height="49" /></p></td> </tr> </table></td> </tr> <tr> <td height="40"><img src="images/f.jpg" width="800" height="80" /></td> </tr> <tr> <td align="center" valign="middle" class="footertxt"><p>Copyright © 2010 One Solution Limited. All Rights Reserved | <? include("counter.php");?></p></td> </tr> </table>
</body> </html>
|