function open_user_win(theURL,winName,features) {
	topic = window.open(theURL,"topic","width=450, height=748, left=0px; top=0px, scrollbars=YES");
	topic.focus();
}
