	obrazek1=new Image;
	obrazek2=new Image;
	obrazek3=new Image;
	obrazek4=new Image;

	obrazek1.src='img/menuGora/pomoc1.png';
	obrazek2.src='img/menuGora/koszyk1.png'
	obrazek3.src='img/menuGora/konto1.png';
	obrazek4.src='img/menuGora/kontakt1.png';  

function init()
{
	if(ns4){ld.visibility="hidden";}
	else if (ns6||ie4) ld.display="none";
}

function sprawdzPole(pole,wartosc)
{
	if(pole.match('email')!=null)
	{
		if(wartosc.match('@')==null && wartosc!="")
		{
			document.getElementById(pole).value='';
			alert('Nie poprawny EMAIL: '+wartosc);
		}
	}
}

function combo(id)
{
	if (document.getElementById(id).style.display=="none") {
		document.getElementById(id).style.display="inline";
	} else {
		document.getElementById(id).style.display="none";
	}
}

window.onLoad = function(){
	defaultStatus = "www.IDMEDIA.pl -> Podkarpacka Agencja Prasowa <- +48 609 225 829";
}
  

