

// start script for launching external child window

function winLaunch (url) {
	window.open(url,'acknowledge','width=447,height=380,resizable')
}


function popupWindow(url) {
  window.open(url,'popupWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=525,height=450,screenX=150,screenY=150,top=150,left=150')
}