/* AUTHOR: INFO SERVICE */ /* CREATION DATE: 17/11/2005 */ var target; var illustration; var typp ='jpg'; function img_act(imgName) { document [imgName].src = eval(imgName + "b.src"); } function img_inact(imgName) { document [imgName].src = eval(imgName + "a.src"); } function Replace () { illustration.focus(); illustration.document.pict.src=target; } function Imagex(page,wd,ht) { illustration = window.open("../pic.htm","illustration","resizable=0,toolbar=0,location=0,directories=0,menubar=0,status=1,scrollbars=0,copyhistory=0,width="+wd+",height="+ht+",top=150,left=200"); target=page; delai=setTimeout('Replace()',500); illustration.resizeTo(wd,ht); } function illus(rub,zoom,align,bord,image,xmin,ymin,xmax,ymax,type,comm) { if (comm == null) {comm = '';} if (type == 'g') {typp = 'gif';} else {typp = 'jpg'} var xmax2 = (xmax)*1+0; var ymax2 = (ymax)*1+50; var insert = ''; //if (zoom == '1') { //insert = insert+''; //} if ((zoom == '2')||(zoom == '1')) { insert = insert+''; } if (zoom == 2) { insert = insert+'';} else if (align=='r') {insert = insert+' hspace="5" vspace="5" align="right">';} else {insert = insert+' hspace="5" vspace="5">';} if (zoom ==1) { insert = insert+''; } if (zoom ==2) { insert = insert+''; } document.write(insert); }