function openChildP(file,window) {
    childWindow=open(file,window,'resizable=yes,width=530,height=10,top=300,left=300');
    if (childWindow.opener == null) childWindow.opener = self;
}
