function OpenWinConfig(link, w, h) {
    
    elem = 'width=' + w +',height=' + h + ',scrollbars=0';
    newwinConfig=window.open(link,'new',elem);
    newwinConfig.focus();

}

function OpenWinBild(link) {
    
    newwinBild=window.open(link,'newwinBild','width=500,height=550,scrollbars=0');
    newwinBild.focus();

}
function OpenWinBild2(link) {
    
    newwinBild2=window.open(link,'newwinBild2','width=750,height=600,scrollbars=0');
    newwinBild2.focus();

}

function OpenWintom(link) {
    
    newwintom=window.open(link,'newwintom','width=700,height=600,scrollbars=1,dependent=no,locationbar=no,menubar=no,resizable=no');
    newwintom.focus();

}

function OpenWinanne(link) {
    
    newwinanne=window.open(link,'newwinanne','width=800,height=400,scrollbars=1,dependent=no,locationbar=no,menubar=no,resizable=no');
    newwinanne.focus();

}

function OpenWinjukebox(link) {
   newwinjukebox=window.open(link,'newwinjukebox','width=500,height=500,scrollbars=0,dependent=no,locationbar=no,menubar=no,resizable=no');
newwinjukebox.focus();

}

function OpenWinmovie(link) {
   newwinmovie=window.open(link,'newwinmovie','width=400,height=350,scrollbars=0,dependent=no,locationbar=no,menubar=no,resizable=no');
newwinmovie.focus();

}

function OpenWinfalter(link) {
    
    newwinanne=window.open(link,'newwinfalter','width=700,height=500,scrollbars=1,dependent=no,locationbar=no,menubar=no,resizable=no');
    newwinfalter.focus();

}

function OpenWin(link)
{
        newwin=window.open(link, 'new', 'width=500,height=480,dependent=no,locationbar=no,menubar=no,resizable=no,status=no');
        newwin.focus();
}

function OpenWin2(link)
{
        newwin=window.open(link, 'new', 'width=500,height=550,dependent=no,locationbar=no,menubar=no,resizable=no,status=no');
        newwin.focus();
}

function donothing() {

}

function close()
{
    window.close
}


ns=window.navigator.appName == "Netscape"
ie=window.navigator.appName == "Microsoft Internet Explorer"



function SwitchImg()
{ //start
  var rem, keep=0, store, obj, switcher=new Array, history=document.Data;
    for (rem=0; rem < (SwitchImg.arguments.length-2); rem+=3) {
        store = SwitchImg.arguments[(navigator.appName == 'Netscape')?rem:rem+1];
    if ((store.indexOf('document.layers[')==0 && document.layers==null) ||
        (store.indexOf('document.all[')==0 && document.all==null))
         store = 'document'+store.substring(store.lastIndexOf('.'),store.length);
         obj = eval(store);
    if (obj != null) {
          switcher[keep++] = obj;
      switcher[keep++] = (history==null || history[keep-1]!=obj)?obj.src:history[keep];
      obj.src = SwitchImg.arguments[rem+2];
  } }
  document.Data = switcher;
} //end

function RestoreImg()
{ //start
  if (document.Data != null)
    for (var rem=0; rem<(document.Data.length-1); rem+=2)
      document.Data[rem].src=document.Data[rem+1];
} //end

