function show_logform (what){
	if(what == "show"){ var show = 'login'; var hide = 'motto'; }
	else{ var show = 'motto'; var hide = 'login'; }
	document.getElementById(show+"_main").style.display = "block";
	document.getElementById(show+"_main2").style.display = "block";
	document.getElementById(hide+"_main").style.display = "none";
	document.getElementById(hide+"_main2").style.display = "none";	
}
function NewWnd(pic,w,h){
	nowe=window.open('','',' width='+(w*1.5+2)+', height='+(h*1.5+2)+', top=20, left=80, scrollbars=0 resizable=1');
	nowe.focus();
	nowe.document.open();
	nowe.document.writeln('<html><head>');
	nowe.document.writeln('<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2">');
	nowe.document.writeln('<base href="http://www.kalmar.marketingdesign.pl/" />');
	nowe.document.writeln('<title>Powiêkszenie</title>');
	nowe.document.writeln('</head>');
	nowe.document.writeln('<body bgcolor="#ffffff" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onBlur="self.close()">');
	nowe.document.writeln('<table style="cursor: hand;" width="100%" height="100%: cellpadding="0" cellspacing="0" border="0"><tr><td align="center">');
	nowe.document.writeln('<img border="0" width="100%" height="100%" src="'+pic+'" title="Kliknij, aby zamkn±æ..." alt="Kliknij, aby zamkn±æ..." onClick="window.close();">');
	nowe.document.writeln('</td></tr></table>');
	nowe.document.writeln('</body></html>');
	nowe.document.close();
}