window.status="JINA JOBS バイリンガルＪｏｂ";
function openWindow( url ) {
  window.open( url, "JINA JOBS", "width=660,height=480,toolbar=0,location=0,directories=0,status=0,menuBar=0,scrollBars=1,resizable=0" );
}
function selectall(obj) { 
	var checkboxes = document.getElementsByTagName('input'); 
	for (i = 0; i < checkboxes.length; i++) {
           if (checkboxes[i].type == 'checkbox') checkboxes[i].checked = obj.checked;
	} 
} 

