function WndOpen(path,width,height,left,top)
 {
  trWindow=window.open(path,"TrailerWindow","toolbar=no,scrollbars=yes,width="+width+",height="+height+",left="+left+"top="+top);
  trWindow.focus();
  //alert(path);
 }