function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function openStartaWindow() {window.open('','starta','toolbar=no,scrollbars=no,resizable=no,status=no,width=400,height=200,left=0,top=0');}
