function popup(linkObj) {
	var newwindow = window.open(linkObj.href+'/js','window','width=575,height=630,scrollbars=1,toolbar=1,resizable=1');
	if (window.focus) {
		newwindow.focus()
	}
}