function openChild(file,window) {
childWindow=open(file,window,'resizable=yes,width=500,height=450,scrollbars=yes');
if (childWindow.opener == null) childWindow.opener = self;
}