function openSite(s){
  if (s=="cn")
	//window.open("main.htm","","fullscreen=1,menubar=1,status=1,scroll=0");
	openFullMain();
  if (s=="jp")
	window.open("http://www.trans-cosmos.co.jp/");
  if (s=="en")
	window.open("http://www.trans-cosmos.co.jp/e/");
}
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","","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,"","width=470,height=686,scrollbars=1,resizable=0,status=0");
}

