/home/bjcompany/domains/benjabhorn.com/public_html/benjabhorn_group/header_2.php


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
<?php include("phpconfig.php");?>
<?php $queryNC
="SELECT * FROM  tbl_act_category  ORDER BY id  ASC ";
            
$resultNC=mysql_query($queryNC);
         
         
$queryPass="SELECT * FROM tbl_project WHERE project_status ='pass' ORDER BY id DESC LIMIT 0, 3 ";
         
$resultPass=mysql_query($queryPass);
         
$queryPre="SELECT * FROM tbl_project WHERE project_status ='present'  ORDER BY id DESC LIMIT 0, 3";
         
$resultPre=mysql_query($queryPre);         
         
$queryF="SELECT * FROM tbl_project WHERE project_status ='future' ORDER BY id DESC LIMIT 0, 3 ";
         
$resultF=mysql_query($queryF);         
    
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
        
        <link href="style.css" rel="stylesheet" type="text/css">

        <link rel="stylesheet" href="css/style-menu.css" type="text/css" media="screen"/>

        <style type="text/css">
            span.reference{
                position:fixed;
                left:0px;
                bottom:0px;
                background:#fff;
                width:100%;
                font-size:13pt;
                line-height:20px;
                text-align:right;
                height:20px;
                -moz-box-shadow:-1px 0px 10px #666666;
                -webkit-box-shadow:-1px 0px 10px #666666;
                box-shadow:-1px 0px 10px #666666;
            }
            span.reference a{
                color:#aaa;
                text-transform:uppercase;
                text-decoration:none;
                margin-right:10px;
                
            }
            span.reference a:hover{
                color:#ddd;
            }
            .bg_img img{
                width:100%;
                position:fixed;
                top:0px;
                left:0px;
                z-index:-1;
            }
            h1{
                font-size:75px;
                text-align:right;
                position:absolute;
                right:40px;
                top:20px;
                font-weight:normal;
                /*text-shadow:  0 0 3px #0096ff, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #0096ff, 0 0 70px #0096ff, 0 0 80px #0096ff, 0 0 100px #0096ff, 0 0 150px #0096ff;
            */}
            h1 span{
                display:block;
                font-size:13pt;
                font-weight:bold;
            }
            h2{
                position:absolute;
                top:220px;
                left:50px;
                font-size:40px;
                font-weight:normal;
                /*text-shadow:  0 0 3px #f6ff00, 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #f6ff00, 0 0 70px #f6ff00, 0 0 80px #f6ff00, 0 0 100px #f6ff00, 0 0 150px #f6ff00;
*/}

        </style>
    </head>

    <table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="102" align="left" valign="top"><img src="images/index/index_01.jpg" width="737" height="102" alt="" /></td>
    <td height="102" align="left" valign="top">
      <table width="100%" height="102" border="0" cellspacing="0" cellpadding="0">
        <tr>
          <td colspan="4" align="left" valign="top"><img src="images/index/index_02.jpg" width="263" height="51" alt=""></td>
        </tr>
        <tr>
          <td align="left" valign="top"><img src="images/index/index_03.jpg" alt="" width="47" height="51"></td>
          <td align="left" valign="top"><a href="career.php"><img src="images/index/index_04.jpg" alt="" width="65" height="47" border="0"></a></td>
          <td align="left" valign="top"><a href="sitemap.php"><img src="images/index/index_05.jpg" alt="" width="67" height="47" border="0"></a></td>
          <td align="left" valign="top"><a href="contact.php"><img src="images/index/index_06.jpg" alt="" width="84" height="47" border="0"></a></td>
        </tr>
      </table>    </td>
  </tr>
</table>
<div class="oe_wrapper">
            <ul id="oe_menu" class="oe_menu">
                <li><a href="index.php"><img src="images/index/index_08.jpg" alt="" width="117" height="40" border="0"></a></li>
                <li><a href="aboutus.php"><img src="images/index/index_09.jpg" width="163" height="40" alt="" border="0"></a>
                </li>
                <li><a href=""><img src="images/index/index_10.jpg" width="149" height="40" alt="" border="0"></a>
                    <div style="left:-180px; width:720px;">
                        <?php while($project=mysql_fetch_assoc($resultPre)){ ?>
                        <ul>
                            <li class="oe_heading txt-project"><strong><?php echo $project['project_name']?></strong></li>
                            <li><img src="<?php echo $path_product.$project['project_image']?>"></li>
                            <li><a href="project.php?ProjectID=<?php echo $project['id']?>" id="menu"><?php echo $project['project_desc']?></a></li>
                        </ul>
                        <?php ?>
                        
                         <ul>
                            <li class="oe_heading txt-project"><strong><?php echo $project['project_name']?></strong></li>
                            <li><img src="<?php echo $path_product.$project['project_image']?>"></li>
                            <li><a href="project.php?ProjectID=<?php echo $project['id']?>" id="menu"><?php echo $project['project_desc']?></a></li>
                        </ul>
                    </div>
                </li>
                <li><a href=""><img src="images/index/index_11.jpg" width="175" height="40" alt="" border="0"></a>
                    <div style="left:-280px; width:720px;">
                        <?php while($project=mysql_fetch_assoc($resultPass)){ ?>
                        <ul>
                            <li class="oe_heading txt-project"><strong><?php echo $project['project_name']?></strong></li>
                            <li><img src="<?php echo $path_product.$project['project_image']?>"></li>
                            <li><a href="project.php?ProjectID=<?php echo $project['id']?>" id="menu"><?php echo $project['project_desc']?></a></li>
                        </ul>
                        <?php ?>
                    </div>
                </li>
                <li><a href=""><img src="images/index/index_12.jpg" width="133" height="40" alt="" border="0"></a>
                    <div style="left:-380px; width:720px;">
                        <?php while($project=mysql_fetch_assoc($resultF)){ ?>
                        <ul>
                            <li class="oe_heading txt-project"><strong><?php echo $project['project_name']?></strong></li>
                            <li><img src="<?php echo $path_product.$project['project_image']?>"></li>
                            <li><a href="project.php?ProjectID=<?php echo $project['id']?>" id="menu"><?php echo $project['project_desc']?></a></li>
                        </ul>
                        <?php ?>
                    </div>
              </li>
              <li><a href="news.php"><img src="images/index/index_13.jpg" width="131" height="40" alt="" border="0"></a>
                                  <div style="left:-50px; width:250px;">
                        <ul>
                            <li class="oe_heading txt-project"><strong>NEWS &amp; EVENTS</strong></li>
                            <?php while($cate=mysql_fetch_assoc($resultNC)){?>
                            <li><a href="news.php?CateID=<?php echo $cate['id']?>" id="menu">&#8226;&nbsp;<?php echo $cate['category_name']?></a></li>
                            <?php ?>
                        
                        </ul>
                    </div>
              </li>
              <li><a href="knowledge.php"><img src="images/index/index_14.jpg" width="132" height="40" alt="" border="0"></a></li>
          </ul>    
    </div>

        <!-- The JavaScript -->
    <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.3/jquery.min.js"></script>
    <script type="text/javascript">
            $(function() {
                var $oe_menu        = $('#oe_menu');
                var $oe_menu_items    = $oe_menu.children('li');
                var $oe_overlay        = $('#oe_overlay');

                $oe_menu_items.bind('mouseenter',function(){
                    var $this = $(this);
                    $this.addClass('slided selected');
                    $this.children('div').css('z-index','9999').stop(true,true).slideDown(200,function(){
                        $oe_menu_items.not('.slided').children('div').hide();
                        $this.removeClass('slided');
                    });
                }).bind('mouseleave',function(){
                    var $this = $(this);
                    $this.removeClass('selected').children('div').css('z-index','1');
                });

                $oe_menu.bind('mouseenter',function(){
                    var $this = $(this);
                    $oe_overlay.stop(true,true).fadeTo(200, 0.6);
                    $this.addClass('hovered');
                }).bind('mouseleave',function(){
                    var $this = $(this);
                    $this.removeClass('hovered');
                    $oe_overlay.stop(true,true).fadeTo(200, 0);
                    $oe_menu_items.children('div').hide();
                })
            });
        </script>