$(document).ready(function(){
	$("#pmt-paypaldp").attr("checked","checked");						   
});

var popUpWin=0;
function openWindow(URLStr, left, top, width, height)
{
  if(popUpWin) {
    if(!popUpWin.closed) {popUpWin.close();}
  }
  popUpWin = open(URLStr, 'popUpWin', 'scrollbars=no,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
  
}

function newWindow(URLStr, left, top, width, height) {
  window.open(URLStr, 'popUpWin', 'scrollbars=no,width='+width+',height='+height+',left='+left+', top='+top+',screenX='+left+',screenY='+top+'');
}
