function newPopup(url) { 
popupWindow = window.open( url,'popUpWindow','height=210,width=240,left=10,top=10,resizable=yes,scrollbars=no,toolbar=yes,menubar=no,location=no,directories=no,status=yes') 
}

