function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function popTeesize(){
window.open("teesize.html", "size", "width=400,height=600,scrollbars=no,resizable=no,left=80,top=50");
}
