function openPnWallet(url) {

	pnWalletWin = window.open(url,"pnWalletWin","width=640,height=480,location=yes,status=yes");
	pnWalletWin.focus();

}