function openSite(s){
  if (s=="cn")
	window.open("../../home.aspx","_self");
  if (s=="en")
	window.open("../../home.aspx","_self");
}
function openFullMain(){
_w=screen.width;
_h=screen.height-27;
_l=0;
_t=0;
//win=window.open("main.htm","");
//win.moveTo(_l,_t);
//win.resizeTo(_w,_h);
window.open("main.htm","_self","left="+_l+",top="+_t+",width="+_w+",height="+_h+",titlebar=1,status=0,resizable=1,scrollbars=0");
//window.open("main.htm","","outerWidth=screen.width,outerHeight=screen.height,scroll=0");
}
function openWin(url){
  window.open(url,"_self","width=470,height=686,scrollbars=1,resizable=0,status=0");
}

