//PopUps über Parameter //öffnen (DreamveawerPick) //-------------------- function delta_openWin(theURL,winName,features) { window.open(theURL,winName,features); } //-------------------- //Navigation der Seite //-------------------- // Navi umschalten function switchNavi(np) { for (n=0;n 0) { sNaviHTML += "      "; } sNaviptn = sNaviName[np][sp]; sNaviHTML += ''; sNaviHTML += sNaviptn; sNaviHTML += ''; sNaviPt = 1; } document.getElementById('sNavi').innerHTML = sNaviHTML; document.getElementById('navcell'+np).className = "mnactive"; } // Mauszeiger auf einem Punkt function mouseinNavi(np) { if (document.getElementById('navcell'+np).className == "mnout") { document.getElementById('navcell'+np).className = "mnover"; } } // Mauszeiger wieder raus function mouseoffNavi(np) { if (document.getElementById('navcell'+np).className == "mnover") { document.getElementById('navcell'+np).className = "mnout"; } } //-------------------- function opendeltastream() { window.open("http://content.deltaradio.de/streaming/delta",'new_category','width=650,height=510,top=150,left=200,status=no,locationbar=no,menubar=no,resizable=no'); } function opendeltaplusstream1() { window.open("http://content.deltaradio.de/streaming/delta_alternative/",'new_category','width=650,height=510,top=150,left=200,status=no,locationbar=no,menubar=no,resizable=no'); } function opendeltaplusstream2() { window.open("http://lsd.newmedia.nacamar.net/bb/redirect.lsc?content=download&media=http&stream=freestream/deltaradiodiestreams/frameset_indie.html",'new_category','width=680,height=528,top=150,left=200,status=no,locationbar=no,menubar=no,resizable=no'); } function opendeltaplusstream3() { window.open("http://content.deltaradio.de/streaming/delta_grunge/",'new_category','width=650,height=510,top=150,left=200,status=no,locationbar=no,menubar=no,resizable=no'); } function musikinfo(kid) { if (kid != 0) window.open("/delta/popups/musikinfo/index.html?kid="+kid,'musikinfo','width=750,height=500status=no,locationbar=no,menubar=no,resizable=no,scrollbars=yes'); } //--------------------