

function historyN(which){
	window.open('history/index.php?cat='+which, 'history', 'resizable=yes,scrollbars=yes');
	
	
} 

function servOpen(id,coreNo){
		
		url="service/sercnt.php?id="+id+"&coreNo="+coreNo;
		window.open(url,"","scrollbars=yes,width=440,height=380");
	
}

function committeeOpen(coreId){
		
		url="committee.php?id="+coreId;
		window.open(url,"","scrollbars=yes,width=550,height=380");
	
}

function sarsOpen(no){
	
	    file = (no) ? "SARS_NSC.html" : "SARS_ntu.html";
		
		url="project/sars/"+file;
		window.open(url,"","resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no");
	
}

function willForm(){

	
	    var url = "service/willForm.php";
	    window.open(url,"","resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no");	
}

function big(){
	 
      window.open("flow_b.html","_new","width=800,height=655,resizable=yes,scrollbars=no,toolbar=no,location=no,menubar=no,status=no");
 }
 
 function pt(){
	 
      window.open("pt_flow.html","_new","width=800,height=655,resizable=yes,scrollbars=no,toolbar=no,location=no,menubar=no,status=no");
 }
 
function op(app){
             var url="";
           url=(app == 1 ? "./form/core/charge_94.html" : "./form/core/charge94.txt");

      window.open(url,"_new","width=600,height=600,resizable=yes,scrollbars=no,toolbar=no,location=no,menubar=no,status=no");
 }
 
 function op_ser(app){
	 
	  var url='';
	  url=(app == 1 ? "./form/core/service_app_cus.html" : "./form/core/service_app_core.html");
	  
      window.open(url,"_new","resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no");
}

function op_charge_example(){
	var url="./image/charge_ex.png";
	
	window.open(url,"_new","resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no,status=no");
}

function prjOpen(anchor){
		  
		var url = '';
		url="/project/grouping.html#"+anchor;
		window.open(url,"","resizable=yes,scrollbars=yes,toolbar=no,location=no,menubar=no");
	
}




