function winopen1() {
	window.open("../about/location.htm","Win1","toolbar=no, location=no, directories=no, Width=600, Height=500, left=50, top=50");
}
function winopen2() {
	window.open("../about/location2.htm","Win1","toolbar=no, location=no, directories=no, Width=700, Height=650, left=50, top=50");
}		
function serve_1menu1() {
document.write('<tr>'
+'                  <td width="178"><a href="../index.html"><img src="../wsimg/logo.gif" border="0"></a></td>'
+'		</tr>'
+'              <tr>'
+'                  <td width="178"><img src="../wsimg/serve_11.gif"></td>'      
+'              </tr>'
+'              <tr>'
+'                  <td align=right><a href="../about/greeting.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image31\',\'\',\'../wsimg/home_greeting1-1.gif\',1)"><img name="Image31" border=0 src=../wsimg/home_greeting1.gif width="176" height="35"></a></td>'   
+'		</tr>'
+'		<tr>'
+'		    <td align=right><a href="../about/history.htm" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image32\',\'\',\'../wsimg/home_compary1-1.gif\',1)"><img name="Image32" border=0 src=../wsimg/home_compary1.gif width="176" height="35"></a></td>'
+'		</tr>'
+'		<tr>'
+'		    <td align=right><a href="javascript:winopen1()" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image33\',\'\',\'../wsimg/home_location1-1.gif\',1)"><img name="Image33" border=0 src=../wsimg/home_location1.gif width="176" height="35"></a></td>'
+'		</tr>'
+'              <tr>'
+'		    <td align=right><a href="javascript:winopen2()" onMouseOut="MM_swapImgRestore()" onMouseOver="MM_swapImage(\'Image34\',\'\',\'../wsimg/home_location2-2.gif\',1)"><img name="Image34" border=0 src=../wsimg/home_location2.gif width="176" height="35"></a></td>'
+'		</tr>'
+'              <tr>'
+'		    <td height=10></td>'
+'		</tr>'		    
+'		<tr>'
+'		    <td align="center"><a href="../qna/q&a.htm"><img src="../wsimg/q&a77.gif" border="0"></a></td>'
+'		</tr>')
}
serve_1menu1();


