//[DROP_SCRIPT]

var b_el=null;var tog=false;
function ToggleBody(e,r){if(tog&&b_el!=null&&b_el!=e){$("#"+b_el+"Body").slideUp();$("#"+b_el+"Up").attr("src",r+"images/expand.gif");};$("#"+e+"Body").slideToggle(function() {b_el=e;src=($(this).css("display")=="block")?"collapse":"expand";img=r+"images/"+src+".gif";$("#"+e+"Up").attr("src",img);});return false;}

//[END]
//[OPENHTML]

function openhtml(url,lo,me,re,sc,st,to,w,h,t,l)
{
 if(t<0 || l<0){l=Math.round((screen.availWidth-w)/2);t=Math.round((screen.availHeight-h)/2)-25;}
 aw=window.open(url,'_blank','toolbar='+to+',menubar='+me+',scrollbars='+sc+',resizable='+re+',status='+st+',location='+lo+',width='+w+',height='+h+',top='+t+',left='+l);
 aw.opener=self;aw.focus();return false;
}

//[END]

