

// start script for launching external child window

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


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

function imageWindow(url) {
  window.open(url,'imageWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=640,height=580,screenX=50,screenY=50,top=50,left=50')
}

function articleWindow(url) {
  window.open(url,'imageWindow','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,copyhistory=no,width=800,height=600,screenX=50,screenY=50,top=50,left=50')
}