// JavaScript Document


function newWindow(theUrl, winName, details) {
		catWindow = window.open(theUrl, winName, details)
	}
