<!--
L=6; I=5;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;
}

//not in use:
function Vacatio(size){
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>Vacatio </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%>Available materials:</TD><TD colspan=3>");
document.write("Flax 100%&nbsp;&nbsp;&nbsp;</TD></tr><TR><TD>&nbsp;</TD><TD>Available sizes:");
document.write("</TD width=25%><TD colspan=3>72 x 72 cm, 28.3 x 28.3 \", L size; &nbsp; 47 x 47 cm, 18.5 x 18.5 \", S size");
document.write("</TD></tr><TR><TD>&nbsp;</TD><TD>Available colors:</TD width=25%><TD colspan=3>Grey, Blue, Dark</TD></tr><tr height=20><td colspan=3>&nbsp;</td> <TD width=50>&nbsp;</TD></tr></TABLE>");
}
//-->
