﻿/* 
Copyright 2002-2010 by Dariusz Pecuch
 dariusz@pecuch.art.pl
*/
function wstaw_linkB() 
{
var spanEl = document.getElementById('lB');
var aEl = document.createElement('a');
aEl.href = "biografia.htm";
var titleEl = document.createElement('title');
aEl.title = "Grzegorz Pecuch - Biografia";
var TN = document.createTextNode('Biografia | ');
titleEl.appendChild(aEl);
aEl.appendChild(TN);
spanEl.appendChild(aEl);
}
function wstaw_linkK() 
{
var spanEl = document.getElementById('lK');
var aEl = document.createElement('a');
aEl.href = "kontakt.htm";
var titleEl = document.createElement('title');
aEl.title = "Grzegorz Pecuch - Kontakt";
var TN = document.createTextNode('Kontakt | ');
titleEl.appendChild(aEl);
aEl.appendChild(TN);
spanEl.appendChild(aEl);
}
function wstaw_linkS() 
{
var spanEl = document.getElementById('lS');
var aEl = document.createElement('a');
aEl.href = "sitemap.html";
var titleEl = document.createElement('title');
aEl.title = "Grzegorz Pecuch - Mapa strony";
var TN = document.createTextNode('Mapa strony | ');
titleEl.appendChild(aEl);
aEl.appendChild(TN);
spanEl.appendChild(aEl);
}
function wstaw_linkM() 
{
var spanEl = document.getElementById('lM');
var aEl = document.createElement('a');
aEl.href = "media.htm";
var titleEl = document.createElement('title');
aEl.title = "Grzegorz Pecuch - Media";
var TN = document.createTextNode('Media | ');
titleEl.appendChild(aEl);
aEl.appendChild(TN);
spanEl.appendChild(aEl);
}
function wstaw_linkR() 
{
var spanEl = document.getElementById('lR');
var aEl = document.createElement('a');
aEl.href = "rzezby.htm";
var titleEl = document.createElement('title');
aEl.title = "Grzegorz Pecuch - Rzeźby";
var TN = document.createTextNode('Rzeźby | ');
titleEl.appendChild(aEl);
aEl.appendChild(TN);
spanEl.appendChild(aEl);
}
function wstaw_linkST() 
{
var spanEl = document.getElementById('lST');
var aEl = document.createElement('a');
aEl.href = "statystyka.htm";
var titleEl = document.createElement('title');
aEl.title = "Grzegorz Pecuch - Statystyka";
var TN = document.createTextNode('Statystyka | ');
titleEl.appendChild(aEl);
aEl.appendChild(TN);
spanEl.appendChild(aEl);
}
function wstaw_linkW() 
{
var spanEl = document.getElementById('lW');
var aEl = document.createElement('a');
aEl.href = "wystawy.htm";
var titleEl = document.createElement('title');
aEl.title = "Grzegorz Pecuch - Wystawy";
var TN = document.createTextNode('Wystawy | ');
titleEl.appendChild(aEl);
aEl.appendChild(TN);
spanEl.appendChild(aEl);
}
function wstaw_linkI() 
{
var spanEl = document.getElementById('lI');
var aEl = document.createElement('a');
aEl.href = "http://www.pecuch.art.pl/";
var titleEl = document.createElement('title');
aEl.title = "Grzegorz Pecuch - Wirtualna Galeria Rzeźby Strona Autorska";
var TN = document.createTextNode('Index');
titleEl.appendChild(aEl);
aEl.appendChild(TN);
spanEl.appendChild(aEl);
}
function wstaw_linkP() 
{
var spanEl = document.getElementById('lP');
var aEl = document.createElement('a');
aEl.href = "prawa_autorskie.htm";
var titleEl = document.createElement('title');
aEl.title = "Grzegorz Pecuch - Prawa autorskie";
var TN = document.createTextNode('Copyright © MMII-MMX 2002-2010 | ');
titleEl.appendChild(aEl);
aEl.appendChild(TN);
spanEl.appendChild(aEl);
}
function wstaw_linkDP() 
{
var spanEl = document.getElementById('lDP');
var aEl = document.createElement('a');
aEl.href = "http://www.pecuch.art.pl/dariusz/poczta.php";
var titleEl = document.createElement('title');
aEl.title = "Webmaster";
var TN = document.createTextNode('Dariusz Pecuch');
titleEl.appendChild(aEl);
aEl.appendChild(TN);
spanEl.appendChild(aEl);
}