function confirmLinkDelete(t_data,t_msg){ 
  	if(confirm(t_msg)){  	
  		document.location='?' + t_data;
		return true
	}else{
		return false
	}      
} 

  function pop(filename, x, y) {
   windowops = eval("'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=yes,width=" + x + ",height=" + y + "'");
   window.open(filename, '', windowops);
   return;
  }
  
  function Go(frm){
		f = eval('document.'+frm);
  		f.submit();
  }
 
 function Luar(frm,t1,t2,t3){
		f = eval('document.'+frm);
		f1 = eval('document.'+frm+'.'+t1);
  		f2 = eval('document.'+frm+'.'+t2);
  		f3 = eval('document.'+frm+'.'+t3);
  		if (f1.value!="104"){
			f2.options[0].selected = true;
  			f.submit();
		}else{
			f2.options[5].selected = true;
  			f.submit();
		}
  }
  
  function check_match(which,frm){
			f = eval('document.'+frm+'.'+which);
			fc = eval('document.'+frm+'.'+which+'_conf');
			fm = eval('document.'+frm+'.'+which+'_match');
			if(f.value != fc.value){
				alert ('Password tidak sesuai!');
			}
		
	}
	
	function submit_search(){ 
  	if(document.form_search.keyword.value!=""){  	
			document.form_search.submit();
		}     
} 
