

function koloruj_link_menu ()
{

var kolor="#f7941d";
var kolor="#b5d335";

str=location.href;

if (str.search(/index/)!=-1)
document.getElementById("o_firmie").style.color=kolor

else if (str.search(/oferta/)!=-1)
document.getElementById("oferta").style.color=kolor

else if (str.search(/drewno/)!=-1)
document.getElementById("drewno").style.color=kolor

else if (str.search(/gatunek/)!=-1)
document.getElementById("drewno").style.color=kolor

else if (str.search(/galeria.php/)!=-1)
document.getElementById("galeria").style.color=kolor

else if (str.search(/realizacje/)!=-1)
document.getElementById("realizacje").style.color=kolor

else if (str.search(/kontakt/)!=-1)
document.getElementById("kontakt").style.color=kolor;

else if (str.search(/\/tarasy/)!=-1)
document.getElementById("oferta").style.color=kolor

else
document.getElementById("o_firmie").style.color=kolor

}


function generuj_copy()
{
   document.writeln('Copyright &copy; ND s.c. 2008');
}



/*function kursor_na_linku (wybrany)
{

  var kolor_podstawowy= "#ffffff";
  var kolor_najechany= "#b5d335";
  
	document.getElementById("o_firmie").style.color=kolor_podstawowy;
	document.getElementById("oferta").style.color=kolor_podstawowy;
	document.getElementById("portfolio").style.color=kolor_podstawowy;
	document.getElementById("media").style.color=kolor_podstawowy;
	document.getElementById("informacje").style.color=kolor_podstawowy;
	document.getElementById("informacje").style.color=kolor_podstawowy;
	document.getElementById("kontakt").style.color=kolor_podstawowy;
  
	wybrany.style.color=kolor_najechany;

}



function kursor_z_linku (wybrany)
{
 var kolor_podstawowy= "#ffffff";
  wybrany.style.color=kolor_podstawowy;
 koloruj_link_menu ();
}

*/


function generuj_english()
{

/*document.writeln('<A href="');


var str=location.href;

if(str.search(/eng/)==-1)
{
  document.writeln(str);
	
  if(str.search(/\?/)==-1)
    document.writeln('?eng=1')
  else
    document.writeln('&eng=1');
	
	document.writeln('" style="left:20px;top:4px;width:65px" class="link_w_menu"> english </a>');
}

else
{
  str = str.replace(/\?eng=1/, "");
	str = str.replace(/&eng=1/, "");
	document.writeln(str);
	
	//document.writeln(str.replace(/&eng=1/, ""));
  document.writeln('" style="left:20px;top:4px;width:65px" class="link_w_menu"> polski </a>');
}

*/

}


