function newWindow(url) {
popupWindow = window.open(
url,
&#39;popUpWindow&#39;,
&#39;height=600,
width=600,
left=100,
top=100,
resizable=no,
scrollbars=no,
toolbar=no,
menubar=no,
location=no,
directories=no,
status=yes&#39;)
}
