function winPopup(newURL) {
window.open(newURL, 'GreenPiggy','toolbar=no,location=no,scrollbars=no,resizable=yes,width=452,height=340,top=10,left=50')
}


