// JavaScript Document
function flash()
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="361" height="265">\
  <param name="movie" value="swfs/twoja_przestrzen.swf">\
  <param name="quality" value="high">\
  <embed src="swfs/twoja_przestrzen.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="361" height="265"></embed>\
</object>');

}


function email(u,cl)
{
if(cl=='')cl='email';
h="abcdomeny.waw.";
d="pl";
a="@";
ah='<a href="mailto:';
document.write(ah+u+a+h+d+'" class="'+cl+'">'+u+a+h+d+'</a>');
}

function validate(){
if ( ( document.kontakter.fn_uwagi.value == "" ) || ( document.kontakter.fn_email.value.search("@") == -1 ) || ( document.kontakter.fn_email.value.search("[.*]" ) == -1 ) )
	{
alert( "Upewnij sie, iz formularz jest poprawnie wypelniony." );
return false;
	} 
else
	{
	return true;
	}
}


function picwind(pth)
{
lnk="zdjecie.html?imidz="+pth;
window.open(lnk,'','left=50,top=50, status=1, menubar=0, toolbar=0');

}