function openInfoWin (window_file, w, h) {
	win =  window.open(window_file , 'popwin',  'toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width='+w+'w,height='+h);
	if (win != null) win.creator = self; 
               
}
