
// windowOpen
function windowOpen ( tId ) {
	if ( tId !== "" ) {
		window.open("/topics/"+tId+"/", "Test", "width=400,height=300");
	}
}