function popUpScrollSizePos( URL,width, height, left, top ){  
   myWin = window.open( URL,"Select", "toolbar=0,location=0,status=0,menubar=0,scrollbars=1,titlebar=0, resizable=1, alwaysRaised, dependent, width="+width+", height="+height+", left="+left+",top="+top+",screenY="+left+", top="+top );
   myWin.opener = self
}
