function openWindow(file,target,params) {
		subwin =window.open(file,target,params);
		subwin.focus;
}