/**
Copyright (C) 2003-2008 AJLSM, Anaphore
Voir le fichier LICENCE
**/
function pivInit(){if(_pivSeries==null){_pivViewer.init();if(_pivViewer.pnlNoImg){_pivViewer.pnlNoImg.show()}pivSetStatus("Aucune image disponible")}else{_pivSeries.init();_pivViewer.init();_pivViewer.initSeries(_pivSeries);_pivViewer.gotoImage(_pivSeries.getCurrentImage())}}function pivCreateTooltip(b,a,c){if(b&&a&&$(a)){if(!c){return new YAHOO.widget.Tooltip(b,{context:a})}else{return new YAHOO.widget.Tooltip(b,{context:a,text:c})}}}function pivGetMessage(a,b){if(!b){return _pivMessages[a]?_pivMessages[a]:""}else{return _pivMessages[a]?new Template(_pivMessages[a]).evaluate(b):""}}function pivDoDownload(j,e,k,i,a){if(!j||!e||!k){return}var g,d,h,c;g=e;h=_pivSeries.getFirst();c=_pivSeries.getLast();if(h!=-1){if(e==1){g=h}else{g+=(h-1)}}d=k;if(c!=-1){if(k==_pivSeries.getSize()){d=c}else{d+=(c+1)}}if(_pivSeries.getLast()!=-1){}var b="dir."+j+"?p="+g+"&d="+d+((i)?("&t="+i):"")+((a)?("&c="+a):"");window.open(b)}function pivCenterOnScreen(a){if(a){a.setStyle({top:((YAHOO.util.Dom.getClientHeight()-getHeight(a))/2)+"px"});a.setStyle({left:((YAHOO.util.Dom.getClientWidth()-getWidth(a))/2)+"px"})}}function pivSetStatus(a){if(a){$("pnl-status").update(a)}}function pivScreenToImage(b,f,e,c){var a={};a.width=Math.floor(Math.min(b.width,(b.x+b.width-f.x))/c);a.height=Math.floor(Math.min(b.height,(b.y+b.height-f.y))/c);a.x=Math.max(Math.floor((b.x-f.x)/c),0);a.y=Math.max(Math.floor((b.y-f.y)/c),0);if(a.x+a.width>e.width){a.width=e.width-a.x}if(a.y+a.height>e.height){a.height=e.height-a.y}pivSetStatus("z: "+c+"; x: "+a.x+"; y: "+a.y+"; w: "+a.width+"; height: "+a.height);return a};
