function openWindow( url ){
				 opts="toolbar=no,location=no,scrollbars=yes,width=680,height=510";
				 window.open( url,"newWin", opts );
				 }
