var imgname;
function showtee(imgname){
   FloatingEvent1 = window.open(imgname, 'Event1', 'toolbar=0, location=0, directories=0, status=0,menubar=0,scrollbars=1,resizable=1,width=300,height=280');
   }
function OWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


