function openAnet(wname,src,width,height) 
{
wpars='status=0,toolbar=1,location=0,menubar=0,directories=0,scrollbars=on,resizable=0,dependent=1,width='+width+',height='+height;
xwin = window.open(src,wname,wpars);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

