// JavaScript Document
function launchRelease(loc) {
	window.open(loc, '', 'width=620,height=700,scrollbars=1,resizeable=1');	
}