function picpopup(url, x, y, name){
    wwpicpop=window.open(url,'picpopup','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes, width='+(x+20)+', height='+(y+2)+', resizable=no');
    top.window.wwpicpop.document.write (
'<html>' +
' <head>' +
'  <title>Anmeldung. Ethno-Klub “Farnblute"</title>' +
'  <link href="css/main.css" type=text/css rel=stylesheet>' +
' </head>' +
' <body leftmargin=1 topmargin=1 rightmargin=1 bottommargin=1 marginwidth=1 marginheight=1 onLoad="focus();">' +
'  <h1 class="name"><a href="http://www.creastate.com" target=_blank title="Anmeldung. Ethno-Klub Farnblute" class="name">Anmeldung. Ethno-Klub “Farnblute"</a> / Ðàçðàáîòêà ñàéòà "' + name + '"</h1>.' +
'  <a title="Anmeldung Ethno-Klub Farnblute href="javascript:window.close();"><img src="' + url + '" alt="" hspace=0 vspace=0 width="' + x + '" align="middle" border=0></a>' +
' </body>' +
'</html>');
    top.window.wwpicpop.document.close();
}
function popup(url, name)
{
     pop=window.open(url, name,'toolbar=no,location=no,status=no,menubar=no,scrollbars=no,width=300,height=550,resizable=no');
     window.pop.document.close();
}
function display(A,B)
{
	document.getElementById(A).style.display="block";
	document.getElementById(B).style.display="none";
}


