
// Popup window code
function newPopup(url) {
popupWindow = window.open(url,'popUpWindow','height=725,width=620,left=10,top=10,resizable=yes,scrollbars=yes,toolbar=no,menubar=no,location=no,directories=no,status=yes');
}

