var _yF=[];
var _zF=[];
var _AF="index.html";
var _BF="INDEX~1.HTM";
var _CF="./unsupported/index.html";
function default_bootstrap(url){
bootstrap(url,"window","inplace",document);
}
function public_bootstrap(url,_DF,_EF,target){
bootstrap(url,_DF,_EF,target);
}
function bootstrap(url,_DF,_EF,target){
bootstrapInternal(url,_DF,_EF,target);
var p=window.parent;
if(p){
if(p.sendBootstrapNotification){
p.setTimeout("sendBootstrapNotification()",100);
}
}
}
function bootstrapInternal(url,_DF,_EF,target){
for(var i=0;i<_zF.length;i++)
{
if(_zF[i]){
var _FF=_GF(url,_yF[i],_DF);
if(_DF=="fullscreen"){
return _HF(_FF,"id233bd181");
}
else if((_DF=="inplace")||(_DF=="topleft")){
return _IF(_FF,target);
}
else if(_DF=="window"){
return _JF(_FF,"id233bd181",800,600,false);
}
}
}
var _FF=_CF;
if(true){
_FF+=window.location.hash+window.location.search;
}
if(_EF=="inplace"){
if(navigator.appName.indexOf("Netscape")!=-1){
window.setTimeout("window.location.replace('"+_FF+"');",100);
}
else{
window.location.replace(_FF);
}
return window;
}
else if(_EF=="window"){
return window.open(_FF,"id233bd181","directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}
return window;
}
function _HF(_FF,id){
return window.open(_FF,id,"fullscreen=yes,status=no,scrollbars=yes,left=0,top=0"+",width="+window.screen.availWidth+",height="+window.screen.availHeight);
}
function _IF(_FF,target){
target.location.replace(_FF);
return window;
}
function _JF(_FF,id,width,height,scroll){
var left="";
var top="";
if(width>=window.screen.availWidth){
left=0;
scroll=(width>window.screen.availWidth)?true:scroll;
width=window.screen.availWidth;
}
else{
left=_KF(_FF,"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;
scroll=(height>window.screen.availHeight)?true:scroll;
height=window.screen.availHeight;
}
else{
top=_KF(_FF,"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(_FF,(window.name.indexOf("bootstrap")!=-1)?"":id,"status=no"+left+top+",width="+width+",height="+height+",scrollbars="+(scroll?"yes":"no"));
}
function _LF(url){
var i=url.indexOf(_AF);
if(i==-1){
i=url.indexOf(_BF);
}
return i;
}
function _GF(url,_MF,_DF){
var _FF;
var i=_LF(url);
if(i==-1){
_FF="./"+_MF+"/"+_AF;
}
else{
_FF=url.substring(0,i)+_MF+"/"+url.substring(i);
}
_FF+=((_FF.indexOf("?")==-1)?"?":"&")+"dhtmlActivation="+_DF;
return _FF;
}
function _KF(url,_NF){
var param;
if(url==""){
var _OF=location.search.substring(1);
}
else{
_PF=url.lastIndexOf("?");
_OF=(_PF==-1)?"":url.substring(_PF+1,url.length);
}
if(_OF!=""){
var _QF=_OF.split("&");
for(var i=0;i<_QF.length;i++)
{
param=_QF[i].split("=");
if(param[0]==_NF){
return param[1];
}
}
}
return"";
}
_yF[_yF.length]="ie5";
_zF[_zF.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))));
