function zadnik(theRow, otzad){
    if (typeof(theRow.style) == 'undefined' || typeof(theRow.cells) == 'undefined') {
        return false;
    }
	theRow.bgColor = otzad;
    return true;
}

function change_pic(path_web_is, resurs, the_id, the_img){
	document.images[the_id].src=path_web_is+"/images/"+resurs+"_img/small/"+the_img;
}

function big_img_resurs(resurs, the_img){
	window.open ("/big_img_resurs.php?resurs="+resurs+"&the_img="+the_img, "imgWindow","toolbar=no,status=no,menubar=yes,scrollbars=no,resizable=yes,width=100,height=100,screenX=150,screenY=150,top=0,left=0");
}

function stf(resurs, id_to){
	window.open ("/stf.php?resurs="+resurs+"&resurs_id="+id_to, "stfWindow","toolbar=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=580,height=300,top=0,left=0");
}

function fav_add(product_url){
	window.open ("/catalog/fav_add/"+product_url, "fvaWindow","toolbar=no,status=no,menubar=no,scrollbars=no,resizable=no,width=1,height=1,top=0,left=0");
}

function planar(id_to){
	window.open("/clear_print.php?p=planar&r=orders&order_id="+id_to, "planarW", "toolbar=no, resizable=yes, menubar=yes, scrollbars=yes, left=0, top=0, width=620, height=450");
}
