function delete_openBrWindow(theURL) {
		window.open (theURL,'deletewin','scrollbars=yes,width=450,height=200');
	}
function icon_openBrWindow(theURL) {
  window.open(theURL,'iconwin','scrollbars=no,width=620,height=300');
}