function __loadAction() {
  //empty
}

function __printPage(strUrl) {
  var newWindow = window.open(strUrl,"Print", "toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=810,height=700");
}
	
function __popupPage(strUrl) {
  var newWindow = window.open(strUrl,"PopUp", "toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=790,height=560");
}



