<%@ page import="org.amchamkorea.committee.*, org.amchamkorea.Global, org.amchamkorea.util.*" %> <%@ page import="java.util.*" %> <% Committee thisCommittee = null; try { thisCommittee = new Committee(Integer.parseInt(request.getParameter("id"))); } catch(Exception ex) { thisCommittee = new Committee(1); } try { %> AMCHAM Korea
AMCHAM's membership is comprised of over 30 active standing committees, divided by industry, which meet over breakfast or lunch regularly to discuss issues relevant to their respective business sector. Please click on any of the committees below that you are interested in for a brief explanation of the committee, who the Cochairs of the committee are, and their contact information. Cochairs are encouraged to submit a brief explanation of their respected committees here for uploading on to the website.

<% Committee[] committees = Committee.visiblelistAll(); int j=0; for (int i=0; i <%if((j%2)==0){%> <%}%> <%} %>
<% if (committees[i].getChair1()==null ||committees[i].getChair1().equals("")){%> <%if (committees[i].getURL()==null ||committees[i].getURL().equals("")){%> <%=committees[i].getName().toUpperCase() %> <%}else{%> <%=committees[i].getName().toUpperCase() %> <%}%> <%} else{%> <%=committees[i].getName().toUpperCase() %> <%}%>
 
 

Check out AMCHAM Journal. AMCHAM Journal is available free of charge to all members.
 
<% } catch(Exception ex) { ex.printStackTrace( new java.io.PrintWriter( out ) ); } %>