function License(filename, winheight, winwidth, scrx, scry){window.open(filename,"popDialog","height="+winheight+",width="+winwidth+",top="+scry+",left="+scrx+",toolbar=no,status=no,scrollbars=yes,location=no,menubar=no,directories=no,resizable=yes")
}

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