function rodytiKataloga() {
document.getElementById("produktai").style.display = "block";		
}

function sleptiKataloga() {
document.getElementById("produktai").style.display = "none";		
}

function rodytiSub(idas) {
 document.getElementById(idas).style.backgroundImage = "url(/images/menubg_over.gif)"; 
 var b = idas.split("_");
 document.getElementById("sub_"+b[1]).style.display = "block";
}

function sleptiSub(idas) {
 document.getElementById(idas).style.backgroundImage = "url(/images/meniubg.gif)";
 var b = idas.split("_");
 document.getElementById("sub_"+b[1]).style.display = "none";
}

function showPhoto(photo,w,h) {
window.open("/produktai/big/"+photo, "photo", "location=0, status=0, scrollbars=0, width="+w+", height="+h);
}

function showPhoto1(photo,w,h) {
window.open("/projektai/big/"+photo, "photo", "location=0, status=0, scrollbars=0, width="+w+", height="+h);
}