// JavaScript Document
var g="<table width='680' border='0' align='center' cellpadding='0' cellspacing='0'>";
  g=g+"<tr>";
  g=g+"<td height='30'><font style='font-size:15px; font-weight:700; font-family:Arial, Helvetica, sans-serif'>Photo Gallery</font> </td>";
  g=g+"<td height='30'>&nbsp;</td>";
  g=g+"</tr>";
  g=g+"<tr>";
  g=g+"<td colspan='2'><table width='500' height='90' border='0' align='center' cellpadding='0' cellspacing='0'>";
  g=g+"<tr>";
  g=g+"<td align='center'><a href='hongkongoffice.asp' target='_self'>Hongkong Office</a> </td>";
  g=g+"<td align='center'><a href='hongkongshowroom.asp' target='_self'>Hongkong Showroom</a> </td>";
  g=g+"</tr>";
  g=g+"<tr>";
  g=g+"<td align='center'><a href='szoffice.asp' target='_self'>Shenzhen Office</a> </td>";
  g=g+"<td align='center'><a href='szshowroom.asp' target='_self'>Shenzhen Showroom</a> </td>";
  g=g+"</tr>";
  g=g+"<tr>";
  g=g+"<td align='center'><a href='quanzhouoffice.asp' target='_self'>Quanzhou Office</a> </td>";
  g=g+"<td align='center'><a href='qzshowroom.asp' target='_self'>Quanzhou Showroom</a> </td>";
  g=g+"</tr>";
  g=g+"</table></td>";
  g=g+"</tr>";
  g=g+"</table>";
document.write(g);
