

// start script for launching external child window

function winLaunch (url) {
	window.open(url,'acknowledge','width=328,height=406,resizable')
}

function popMovie (url) {
	window.open(url,'acknowledge','width=240,height=180,resizable')
}


