
function detailer(theURL,winName,features) {
	newWin = window.open(theURL,winName,features);
}
