// JavaScript Document

function Prepare() {
  if(parent.frames[0]&&parent.frames['leftFrame'].Go)parent.frames['leftFrame'].Go();
}

function LoadWindow(dest, wintitle) {
  window.open(dest, wintitle, 'scrollbars,width=650,height=450,')
}  

function pop(url,name,width,height) {
var size = 'width=' + width + ',height=' + height;
var pos = ",left=150,top=150";
var floater=window.open(url,name,'resizable=no,menubar=no,location=no,toolbar=no,status=no,scrollbars=yes,directories=no,'+size+pos);

  floater.opener=self;
}
<!-- $10094D2D -->
