<!--
L=5; I=4;Tek =15;//kurš prod.
function OnImg(x,S){
On(x);
}

function OffImg(x,S){
Off(x);
}

function On(x,S){
document.images[I +x].src="../Products_files/Whbulet.gif";
document.links[L+x-1].style.color ='#FFFFFF';
document.images[Tek-6].src="../Products_files/Greybulet.gif";
document.links[Tek-6].style.color ='#808080';
return true;}

function Off(x,S){
document.images[I+x].src="../Products_files/Greybulet.gif";
document.links[L+x-1].style.color ='#808080';
document.images[Tek-6].src="../Products_files/Whbulet.gif";
document.links[9].style.color ='#FFFFFF';
return true;
}

//no in use
function Triumphus(color){
Lcolor=color.toLowerCase();
document.write("<TABLE width='100%' bgcolor='#EBEBEB' height='61' class='dtable'><TR><TD width=72 class=mala>&nbsp;</TD><TD colspan=2> <span class=name>Triumphus "
+"</span></TD><TD>&nbsp;</TD></TR> <TR><TD>&nbsp;</TD><TD width=25%>Design:</TD><TD colspan=1>");

document.write("Lolita Plūme, Ilva Preisa</TD></tr><TR><TD>&nbsp;</TD><TD width=25% valign=top>Available materials:</TD><TD colspan=3>" );
document.write("Flax 100%; flax 50%, cotton 50%; flax 50%, viscose 50%  &nbsp;&nbsp;&nbsp;</TD></tr><TR><TD>&nbsp;</TD><TD>Available sizes:</TD width=25%><TD colspan=3>" );
document.write("47 x 47 cm, 18.5 x 18.5 \", S size</TD></tr><TR><TD>&nbsp;</TD><TD>Available colors:</TD width=25%><TD colspan=3>"+color+"</TD></tr>");

document.write("<TR height=20><td colspan=11>&nbsp;</td></TR></TABLE>" );
}

//-->
