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