
/* 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'); }
}
