function subwin_topics(url){
	w=window.open(url,"subwin","width=800,height=700,location=0,scrollbars=yes,resizable=yes,menubar=0,status=yes");
	window.w.focus();
}


