
function open_browser_window(theURL,winName,features) {
	topic = window.open(theURL,"topic","width=610, height=500, left=50px; top=20px, scrollbars=NO");
	topic.focus();
}
