var load_all=0;function lc(){if(load_all==1)return true;else return false;}
function lc_set(){load_all=1;}
function vf(foto,fw,fh){url=foto;w=50;h=50;okno=window.open(url,"","toolbar=0,location=0,resizable=1,directories=0,status=1,menubar=0,scrollbars=1,height="+h+",width="+w+",top=80,left=350'");if(fw||fh){var tab=new Array();tab=fw.split('=');w=eval(tab[1])+50;tab=fh.split('=');h=eval(tab[1])+86;okno.resizeTo(w,h);okno.focus();}else{okno.document.write("\n\n<script>\n\n function setsize() { \n");okno.document.write(" w = document.images[0].width + 50; \n");okno.document.write(" h = document.images[0].height + 86; \n");okno.document.write(" window.resizeTo(w, h); \n");okno.document.write("} \n ");okno.document.write('</');okno.document.write('script>');okno.document.write("\n\n");okno.document.write('<img src="'+foto+'" onLoad="setsize()">');}}
