var Dom = YAHOO.util.Dom,
        Event = YAHOO.util.Event,
        layout = null,
        resize = null;
        
function runReportBlock(reportName,bid){

	//var constraintVals = harvestDynamicConstraintsValues(bid);
	//var blockname = document.getElementById(bid + "blockname").value;
	//var userid = document.getElementById(bid + "userid").value;
  
	runReport(reportName,bid);


}


function runBlockReport(bid){
  
	window.location.reload(false);


}
