function to_branch(branch_name){
	if (branch_name=="999") return;
	var win_style="left=0,top=0,width=1000,height=700,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes";
	window.open(branch_name,"",win_style);
}
function to_overseas_branch(branch_name){
	if (branch_name=="999") return;
	var win_style="left=0,top=0,width=1000,height=700,toolbar=yes,location=yes,status=yes,menubar=yes,scrollbars=yes,resizable=yes";
	window.open(branch_name,"",win_style);
}	
function MM_openBrWindow(theURL,winName,features) { //v2.0
  	window.open(theURL,winName,features);
}

