

// start script for launching external child window

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


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


function miscWin (url) {
	window.open(url,'misc','width=900,height=580,resizable')
}
