//[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]
//[ADD_TO_FAV]

function addfav(url,title) {if(url=='')url=location.href;if(title=='')title=document.title;var agt=navigator.userAgent.toLowerCase();if(agt.indexOf("opera")!= -1) alert('Press CTRL-T to add this page to favorites');else if(document.all) window.external.AddFavorite(url,title);else if(window.sidebar) window.sidebar.addPanel(title,url, "");}

//[END]
//[DROP_SCRIPT]

var b_el=null;var tog=false;
function ToggleBody(e_id,r){var b_state='none';var img=r+'images/expand.gif';if(tog&&(b_el!=null)&&(b_el.id!=e_id+"Body"))b_el.style.display='none';
if(document.getElementById){b_el=document.getElementById(e_id+"Body");u_img=document.getElementById(e_id+"Up");} else if(document.all){b_el=document.all[e_id+"Body"];u_img=document.all[e_id+"Up"];}
if(b_el!=null){if(b_el[0]){b_el=b_el[0];u_img=u_img[0];}if(b_el.style.display=="none"){img=r+"images/collapse.gif";b_state='block';}u_img.src=img;b_el.style.display=b_state;}return false;}

//[END]

