// JavaScript Document

function MM_openBrWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}

function china(URL)
{
window.open(URL,'china','width=650, height=430, scrollbars=yes, menubar=no, statusbar=no, left=200, top=100');
}