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