function openWindow(c,e,a,b,d){sW=Math.round((screen.width/2)-(a/2));
sH=Math.round((screen.height/2)-((b/2)+27));
window.open(c,e,"width="+a+",height="+b+","+d+",left="+sW+",top="+sH)
}function IsNumeric(c){var d="0123456789";
var b=true;
var a;
for(i=0;
i<c.length&&b==true;
i++){a=c.charAt(i);
if(d.indexOf(a)==-1){b=false
}}return b
}function ackapa(a,b){for(i=1;
i<=b;
i++){document.getElementById("div"+i).style.display="none";
document.getElementById("img"+i).innerHTML='<img src="/images/icons/arrDown_greenDark.gif" alt="" style="margin-bottom:3px" width="7" height="4" />'
}document.getElementById("div"+a).style.display="block";
document.getElementById("img"+a).innerHTML='<img src="/images/icons/arrows_greenDark.gif" alt="" style="margin-bottom:3px" width="4" height="7" />'
}function changeSection(a){sUrl=a+".jsp";
var b=YAHOO.util.Connect.asyncRequest("GET",sUrl,callback);
location.href=sUrl;
alert(sUrl)
}function changeSections(a){if(a!=""){sUrl=a+".jsp";
var b=YAHOO.util.Connect.asyncRequest("GET",sUrl,callback)
}};
