function openBrowserWindow(theURL,winName) {
  if(winName=="") winName="IGE";
	topic = window.open(theURL,winName,"width=700, height=525, left=50, top=20, scrollbars=yes");
	topic.focus();
}
