function show(me) {

oItem = document.getElementById(me);
bonker = oItem.style.display;
//alert (bonker);

if (bonker == "none") { oItem.style.display = "block"; }

else { oItem.style.display = "none"; }

}


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

function popwin (url) {
MM_openBrWindow(url,'jukebox','toolbar=no,location=no,status=no,menubar=no,scrollbars=no,resizable=no,width=300,height=300');
}
