function __printPage(strUrl)
{
  var newWindow = window.open(strUrl,"Print", "toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=800,height=700");
  //newWindow.moveTo(-200, -200);
}
	
function __popupPage(strUrl)
{
  var newWindow = window.open(strUrl,"PopUp", "toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=660,height=560");
}

function __loadAction()
{
  // Do nothing
}