/* MENU-TOGGLE */

function toggle(Object)
{
  if (Object.isopen) {
    Object.style.display = 'none';
    Object.isopen = false;
  }
  else {
    Object.style.display = 'block';
    Object.isopen = true;
  }
}

/* PICTURE-POPUP */

var picture,server,decription;

function dolinks(pic,desc)
{ server      = '';
  picture     = pic;
  description = desc; 
   if (navigator.appName=='Netscape')
	{ window.open('http://www.pro-lamer.net/pic.html','', 'scrollbars=1, resizable=1, left=200, top=50, width=550, height=450, location=0, menubar=0, status=0, toolbar=0'); }
   else { window.open('http://www.pro-lamer.net/pic.html','', 'scrollbars=1, resizable=1, left=200, top=50, width=550, height=450), false'); }
}

/* IMPRESSUM */

function impressum()
{  if (navigator.appName=='Netscape')
	{ window.open('http://www.pro-lamer.net/impressum.html','', 'scrollbars=1, resizable=1, left=70, top=70, width=500, height=450, location=0, menubar=0, status=0, toolbar=0'); }
   else { window.open('http://www.pro-lamer.net/impressum.html','', 'scrollbars=1, resizable=1, left=70, top=70, width=500, height=450), false'); }
}
