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 reg_details(id_to){
	window.open ("/clear_print.php?p=reg_details&r=personal&id="+id_to, "regdetWindow","toolbar=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=530,height=500,top=0,left=0");
}

function show_services(id_to){
	window.open('/clear_print.php?p=show_services&r=personal&id='+id_to, 'showServicesWindow', 'toolbar=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=530,height=500,top=0,left=0');
}

function print_it(invoice_id){
	window.open("/finances/print_invoice.php?invoice_id="+invoice_id+"&origin=1", "printOriginInvoice", "toolbar=no, resizable=yes, menubar=yes, scrollbars=yes, left=0, top=0, width=700, height=680");
}

function print_proform(invoice_id){
	window.open("/proform/print_invoice.php?invoice_id="+invoice_id+"&origin=1", "printProfInvoice", "toolbar=no, resizable=yes, menubar=yes, scrollbars=yes, left=0, top=0, width=700, height=680");
}

function show_loaded(invoice_id){
	window.open("/finances/invoice_loaded.php?invoice_id="+invoice_id, "loadedInvoice", "toolbar=no, resizable=yes, menubar=yes, scrollbars=yes, left=0, top=0, width=400, height=380");
}

function show_loaded_proform(invoice_id){
	window.open("/proform/invoice_loaded.php?invoice_id="+invoice_id, "loadedInvoice", "toolbar=no, resizable=yes, menubar=yes, scrollbars=yes, left=0, top=0, width=400, height=380");
}

function date_chooser(d_name, m_name, g_name){
	y=(screen.width-350)/2;
	window.open ("/functions/date_chooser.php?d_name="+d_name+"&m_name="+m_name+"&g_name="+g_name, "DCW", "toolbar=no, resizable=no, scrollbars=no, left="+y+", top=0, width=330, height=250");
}

function pusni_flash(banner_id){
	window.open('/clear_print.php?p=flash&r=adv&id='+banner_id, 'showFlash', 'toolbar=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=650,height=550,top=0,left=0');
}

function make_zadanie(zone_id){
	window.open('/make_zadanie.php?zone_id='+zone_id, 'mz', 'toolbar=no,status=no,menubar=no,scrollbars=no,resizable=yes,width=650,height=650,top=0,left=0');
}