var _ae=[];
var _be=[];
var _ce="index.html";
var _de="INDEX~1.HTM";
var _ee="./unsupported/index.html";
function default_bootstrap(url){
bootstrap(url,"window","inplace",document);
}
function public_bootstrap(url,_fe,_ge,target){
bootstrap(url,_fe,_ge,target);
}
function bootstrap(url,_fe,_ge,target){
bootstrapInternal(url,_fe,_ge,target);
var p=window.parent;
if(p){
if(p.sendBootstrapNotification){
p.setTimeout("sendBootstrapNotification()",100);
}
}
}
function bootstrapInternal(url,_fe,_ge,target){
for(var i=0;i<_be.length;i++)
{
if(_be[i]){
var _he=_ie(url,_ae[i],_fe);
if(_fe=="fullscreen"){
return _je(_he,"idfbc4e728");
}
else if((_fe=="inplace")||(_fe=="topleft")){
return _ke(_he,target);
}
else if(_fe=="window"){
return _le(_he,"idfbc4e728",640,480,false);
}
}
}
var _he=_ee;
if(true){
_he+=window.location.hash+window.location.search;
}
if(_ge=="inplace"){
if(navigator.appName.indexOf("Netscape")!=-1){
window.setTimeout("window.location.replace('"+_he+"');",100);
}
else{
window.location.replace(_he);
}
return window;
}
else if(_ge=="window"){
return window.open(_he,"idfbc4e728","directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}
return window;
}
function _je(_he,id){
return window.open(_he,id,"fullscreen=yes,status=no,scrollbars=yes,left=0,top=0"+",width="+window.screen.availWidth+",height="+window.screen.availHeight);
}
function _ke(_he,target){
target.location.replace(_he);
return window;
}
function _le(_he,id,width,height,_me){
var left="";
var top="";
if(width>=window.screen.availWidth){
left=0;
_me=(width>window.screen.availWidth)?true:_me;
width=window.screen.availWidth;
}
else{
left=_ne(_he,"left");
if(left){
left=left*1;
if(left+width>window.screen.availWidth){
left=window.screen.availWidth-width;
}
}
else{
left=(window.screen.availWidth-width)/2-4;
}
}
left=",left="+left;
if(height>=window.screen.availHeight){
top=0;
_me=(height>window.screen.availHeight)?true:_me;
height=window.screen.availHeight;
}
else{
top=_ne(_he,"top");
if(top){
top=top*1;
if(top+height>window.screen.availHeight){
top=window.screen.availHeight-height;
}
}
else{
top=(window.screen.availHeight-height)/2-20;
}
}
top=",top="+top;
return window.open(_he,(window.name.indexOf("bootstrap")!=-1)?"":id,"status=no"+left+top+",width="+width+",height="+height+",scrollbars="+(_me?"yes":"no"));
}
function _oe(url){
var i=url.indexOf(_ce);
if(i==-1){
i=url.indexOf(_de);
}
return i;
}
function _ie(url,_pe,_fe){
var _he;
var i=_oe(url);
if(i==-1){
_he="./"+_pe+"/"+_ce;
}
else{
_he=url.substring(0,i)+_pe+"/"+url.substring(i);
}
_he+=((_he.indexOf("?")==-1)?"?":"&")+"dhtmlActivation="+_fe;
return _he;
}
function _ne(url,_qe){
var _yc;
if(url==""){
var _re=location.search.substring(1);
}
else{
_se=url.lastIndexOf("?");
_re=(_se==-1)?"":url.substring(_se+1,url.length);
}
if(_re!=""){
var _te=_re.split("&");
for(var i=0;i<_te.length;i++)
{
_yc=_te[i].split("=");
if(_yc[0]==_qe){
return _yc[1];
}
}
}
return"";
}
_ae[_ae.length]="ie5";
_be[_be.length]=(((navigator.appName=="Microsoft Internet Explorer") && (navigator.platform) && (navigator.platform.indexOf("Win32")>-1) && ((index=navigator.appVersion.indexOf("MSIE "))>-1) && (((parseFloat(navigator.appVersion.substring(index+5)) >= 5.5) && (navigator.appMinorVersion.indexOf("SP")>-1)) ||(parseFloat(navigator.appVersion.substring(index+5))>5.5))));
_ae[_ae.length]="ns7";
_be[_be.length]=(( (navigator.appName=="Netscape") && (parseFloat(navigator.appVersion)>=5) && (parseFloat(navigator.userAgent.match(/\brv:(\d\.\d)/)[1])>=1.5) ));
