$(document).ready(function() {
    	$("a[@class=op_perform]").bind("click",Servicesop_perform);
});


function Servicesop_perform() {
	var idBUMN = $(this).attr("idBUMN");
	var idModule = "op_perform"; //$(this).attr("idModule");
	var svr = "s02"; //$(this).attr("svr");	
	var url = 'modules/';		
	var idreg = "op_perform";		  
	var opt = { url: url, svr : svr, id : "op_perform" , title: "KINERJA OPERASIONAL"};
	var pars = {url: url, idreg :idreg, svr : svr , id : "op_perform" };
	ContainerKontak.displayOnView(opt,pars,function( ) {
	});
}

function displayOpr(x1,nametitle) {

  
        var idBUMN = $(this).attr("idBUMN");
	var svr = "s03";	
	var tahunPilih = x1;
	//alert ("x1 ="+x1+"svr ="+svr);
	var url = 'modules/';		
	var idreg = "op_perform";	
	var fopts ="";
	var showsfilters="";
	//var judul ="KINERJA OPERASIONAL"; 
	var judul =nametitle; 

	fopts = { id: "op_perform" };		
	var pctgr = function() {
		  }
       
       var options = {title : judul,url: "modules/",filterOptions : fopts, id : idreg , postCtgr : pctgr, showfilter: false, tahunPilih : tahunPilih};
       var pars = {id: idreg, svr: svr, url: url, idreg :idreg, tahunPilih : tahunPilih};  	
       ContainerKontak.displayOnView(options,pars,function( ) {	       		
	});
}

function MenuOpperformService()
{
      
var url = 'modules/';
 var options = {title : "",url: "modules/",id : "op_perform"};
       var pars = {id: "op_perform", svr: "s04", url: url};  	
       ContainerKontak.displayOnView(options,pars,function( ) {	       		
	});
}