/*******************************
Open the ipix display window w/ the appropriate id in the URL query string.
The file, ipix.cfm, includes an onload="self.focus()" in the body tag.
*******************************/
function launchIPIX(ipix_id)
{
	var url = '/includes/ipix.asp?ipix_id=' + ipix_id;
	window.open(url,'ipix','width=625,height=377,titlebar=no');
}
