﻿function ResizeMenu(){var bh=document.documentElement.clientHeight;if(bh<400)return;$('bvdMenuInner').style.height=(bh-165)+"px";$('bvdMenu').style.height=(bh-120)+"px";$('dvPopImg').style.height=(bh-40)+"px";$('dvPopImgInn').style.height=(bh-72)+"px";}
function HandleSearch(){$('dvsearchresultslist').innerHTML='';Show('ctl00_dvsearchresults');}
function handleSearchKeyPress(e){if(!e)e=window.event;if(e.keyCode==13){HandleSearch();$('ctl00_ibSearch').focus();setTimeout("$('ctl00_ibSearch').click()",500);return false;}else{Hide('ctl00_dvsearchresults');return true;}}
var crop;
var vprex='ctl00_cph_viewer1_',lprex='ctl00_lv1_';
function HdRec(){Hide(vprex+'ibRight');Hide(vprex+'ibLeft');Hide('imgDL');}
function Recorte(){if(crop==null){HdRec();crop=new YAHOO.widget.ImageCropper(vprex+'imgPage',{status:false,keyTick:5,minWidth:80,minHeight:80});crop.on('resizeEvent',function(){this._resizeMaskEl.style.height=Math.floor(this._resize._cache.height)+'px';this._resizeMaskEl.style.width=Math.floor(this._resize._cache.width)+'px';},crop,true);$(vprex+'imgPage_wrap').childNodes[2].childNodes[0].innerHTML='<div style="text-align:left;padding:5px"><img src="/imgs/tick.gif" onclick="DoCut()" alt="recortar" title="recortar" class="bFFF pntr" style="border:solid 1px #eee;" />&nbsp;<img src="/imgs/errorbullet.gif" alt="cancelar" title="cancelar" onclick="Recorte()" class="bFFF pntr" style="border:solid 1px #eee;" /></div>';}else{Show(vprex+'ibRight');Show(vprex+'ibLeft');Show('imgDL');crop.destroy();crop=null;$('bvdEx').innerHTML='';Hide('bvdEx');}}
function DoCut(){var c=crop.getCropCoords();__doPostBack('ctl00$cph$lbR',c.left+','+c.top+','+c.width+','+c.height+','+$(vprex+'imgPage').height);}
function TypePass(){var p=$(lprex+'txtPass');Show(p);p.focus();}
