elements=new Array(2) 
options=new Array(2)
var r="FF"
var g="FF"
var b="C7"
var hexNumber=""
naz=''

function pokaztowary(g) 
{
if(naz==""){window.status=stat;return }
//alert('wraz z listą produktów  zostaną wyświetlone ceny orientacyjne brutto')
window.open('http://www.dik.pl/cgi-bin/towary.cgi?na='+naz)
naz=''
window.status=stat
}

function pokaztow(nazwa) 
{
if(nazwa==""){window.status=stat;alert('pli');return }
//alert('wraz z listą produktów  zostaną wyświetlone ceny orientacyjne brutto')
window.open('http://www.dik.pl/cgi-bin/towary.cgi?na='+nazwa)
//location.href='http://www.dik.pl/cgi-bin/towary.cgi?na='+nazwa
//nazwa=''
//window.status=stat
self.close()
//return
}









function checkform(his)
{if (his.email.value=="null" || his.email.value=="" )
{
alert("wpisz swój adres e-mail")
return false }
return true}


function zmientlo(kol)
{
hexNumber=r+g+b
document.bgColor=hexNumber
alert("Zmieniono kolor tła - na RGB - (HEX) R= "+r+"; G= "+g+"; B= "+b) 
return false
}

stat='www.farby.com.pl - najlepsze źródło informacji o farbach, największy sklep internetowy - działa w całym kraju!'
window.status=stat

