function layout_header(title){
         if (title==null) title="Longwell Technology International Ltd.";
         if (title=="") title="Longwell Technology International Ltd.";
         document.write('<title>'+title+'</title>'+'<meta http-equiv="Content-Type" content="text/html; charset=big5">');
         document.write('<style>.cell_over { BACKGROUND-COLOR: #333366 } .cell_out { BACKGROUND-COLOR: #666699 }</style>');
}

function layout_top(rel, lang){
         if (rel==null) rel="";
         if (lang==null) lang="eng";
         if (lang=="") lang="eng";

         document.write(
                 '<table width=750 height=100% cellspacing=0 cellpadding=0 border=0 align=center>'+
                 '<tr><td valign=top>'+
                 '         <table width=100% cellspacing=0 cellpadding=0 background="' +rel+ 'picture/longwell-banner.gif">'+
                 '         <tr><td width=200 height=100 align=left>'+
                 '                 <!--<img src="' +rel+ 'picture/lti-newlogo.gif" align=absmiddle >--></td>'+
                 '               <td>&nbsp;&nbsp;&nbsp;&nbsp;</td>'+
                 '         </tr></table>'+
                 '         <table width=100% cellspacing=0 cellpadding=0>'+
                 '         		<tr><td width=750 height=2></td></tr>'+
                 '         		<tr><td width=750 height=1 bgcolor=#333333></td></tr>'+
                 '		   </table>'+
                 '         <table width=100% cellspacing=0 cellpadding=0 class=tleft>'+
                 '         <tr><td width=220>&nbsp;</td>'+
                 '               <td height=15><b>'+
                 '                   <!--<a href="'+rel+'index.htm">Home</a> <img src="'+rel+'picture/blank.gif">'+
                 '                   <a href="'+rel+'contact.htm">Contact Us</a> <img src="'+rel+'picture/blank.gif">'+
                 '					 <img src="'+rel+'picture/blank.gif"><img src="'+rel+'picture/blank.gif">'+
                 '                   <img src="'+rel+'picture/blank.gif"><a href="'+rel+'../index.html">SOL Group HK</a>-->'+
                 '               </b></td>'+
                 '         </tr></table>'+
                 '         <table width=100% cellspacing=0 cellpadding=0>'+
                 '         		<tr><td width=750 height=1 bgcolor=#333333></td></tr>'+
                 '         		<tr><td width=750 height=2></td></tr>'+
                 '		   </table>'+
                 '         <table width=100% cellspacing=0 cellpadding=0 height=99%>'+
                 '         <tr><td background="'+rel+'picture/left.gif" width=180>'+
                 '                 <table width=100% cellspacing=0 cellpadding=0 height=100% class="tleft">'+
                 '                        <!--<tr><td colspan=3 height=20 bgcolor=#eeeeee align=center></td></tr>-->'
         );

         if (lang=="p-eng"){
               show_button_p("USB Device", rel+"product/usb-device.htm");
               show_button_p("Web Cam", rel+"product/web-cam.htm");
               show_button("Ad. & Review", rel+"review-ad.htm");
         }
         else {
               show_button("Home", rel+"index.htm");
			   show_button("Profile", rel+"profile.htm");
               document.write('<tr><td colspan=3 height=20 bgcolor=#eeeeee align=center><font color=#000099><b><i> ---- Products ---- </i><b></font></td></tr>');
               show_button("Data Storage", rel+"product.htm#1");
			   show_button("Video Display", rel+"product.htm#2");
			   show_button("Digital Consumer", rel+"product.htm#3");
			   show_button("LED Products", rel+"product.htm#4");
               document.write('<tr><td colspan=3 height=3 bgcolor=#eeeeee></td></tr>');
               show_button("Contact", rel+"contact.htm");
               show_button("Bank Info", rel+"bank-info.htm");
               show_button("RMA Policy", rel+"warranty.htm");
               show_button("Legal notes", rel+"legal.htm");
               show_button("Enquiry", "\"mailto:sales@longwell.biz\"");
			   show_button("Mr.DVD Blogs", rel+"blogs.htm");
               
         }
         document.write(
                 '                      <tr><td colspan=3 height=5></td></tr>'+
                 '						<tr><td colspan=3></td></tr>'+
                 '                      <tr><td colspan=3 height=100%></td></tr>'+
                 '                 </table>'+
                 '              </td>'+
                 '				<td width=4></td>'+
                 '              <td bgcolor=#333366 valign=top><br>&nbsp;<br>'
         );
}

function show_button(bname, blink){
         document.write(
                 '      <tr><td colspan=2 height=22></td><td align=center bgcolor=#666699 onmouseover="this.className=\'cell_over\';" onmouseout="this.className=\'cell_out\';"><a href=' +blink+ '>' +bname+ '</a></td></tr>'+
                 '      <tr><td colspan=3 height=1 bgcolor=#eeeeee></td></tr>'
         );
}

function show_button_p(bname, blink){
         document.write(
                 '      <tr><td colspan=2 height=14></td><td bgcolor=#6699cc><a href=' +blink+ '><small>' +bname+ '</small></a>&nbsp;</td></tr>'+
                 '      <tr><td colspan=3 height=1 bgcolor=#eeeeee></td></tr>'
         );
}

function layout_buttom(){
         document.write('</td></tr></table></td></tr></table>');
}
