function popupplayer() {
var iMyWidth;
var iMyHeight;
iMyWidth = 0;
iMyHeight = 0;
bigpic = open("player/index.php","MF Radio", "menubar=no,height=200,width=350,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",scrollbars=no,screenX=" + iMyWidth + ",screenY=" + iMyHeight);
bigpic.focus();
}

function clearField(fld) {
  if (fld.value == "User") fld.value = "";
  if (fld.value == "Name") fld.value = "";
  if (fld.value == "E-Mail Adresse") fld.value = "";
}

function popupwiwo() {
var iMyWidth;
var iMyHeight;
iMyWidth = 0;
iMyHeight = 0;
bigpic = open("feten-power/wiwo.php","FetenPower", "menubar=no,height=200,width=350,resizable=yes,left=" + iMyWidth + ",top=" + iMyHeight + ",scrollbars=no,screenX=" + iMyWidth + ",screenY=" + iMyHeight);
bigpic.focus();
}

function show_foto(pid) {
var iMyWidth;
var iMyHeight;
iMyWidth = (window.screen.width/2) - (265); //half the screen width minus half the new window width.
iMyHeight = (window.screen.height/2) - (245); //half the screen height minus half the new window height.
bigpic = open("nightlife/partyfoto.php?pid=" + pid,"Partyfoto", "menubar=no,height=660,width=670,resizable=no,left=" + iMyWidth + ",top=" + iMyHeight + ",scrollbars=yes,screenX=" + iMyWidth + ",screenY=" + iMyHeight);
bigpic.focus();
}

blink(0.7);

function blink(speed)
{
if (speed) {
if (document.all)
setInterval("blink()", speed*1000)
return;
}
var blink = document.all.tags("BLINK")
for (var i=0; i<blink.length; i++)
blink[i].style.visibility = blink[i].style.visibility == "" ? "hidden" : ""
}



function SmilieEinfuegen(Smilie)
{
    document.memberbook.nachricht.value += Smilie+" ";
    document.memberbook.nachricht.focus();
}

function mOver(src,clrOver) {
                src.bgColor = clrOver;
}

function mOut(src,clrIn) {
                src.bgColor = clrIn;
}

function go_side(){
if (document.navi_fotos.view.options[document.navi_fotos.view.selectedIndex].value != "none") {
location = document.navi_fotos.view.options[document.navi_fotos.view.selectedIndex].value
   }
}
function go_side2(){
if (document.navi_fotos2.view2.options[document.navi_fotos2.view2.selectedIndex].value != "none") {
location = document.navi_fotos2.view2.options[document.navi_fotos2.view2.selectedIndex].value
   }
}
function LittelWindow(theURL,winName,features) {
  window.open(theURL,winName,features);
}