var _XI=[];
var _YI=[];
var _ZI="index.html";
var _0I="INDEX~1.HTM";
var _1I="./unsupported/index.html";
function default_bootstrap(url){
bootstrap(url,"inplace","inplace",document);
}
function public_bootstrap(url,_2I,_3I,target){
bootstrap(url,_2I,_3I,target);
}
function bootstrap(url,_2I,_3I,target){
bootstrapInternal(url,_2I,_3I,target);
var p=window.parent;
if(p){
if(p.sendBootstrapNotification){
p.setTimeout("sendBootstrapNotification()",100);
}
}
}
function bootstrapInternal(url,_2I,_3I,target){
for(var i=0;i<_YI.length;i++)
{
if(_YI[i]()){
var path=_4I(url,_XI[i],_2I);
if(_2I=="fullscreen"){
return _5I(path,"idb588c394");
}
else if((_2I=="inplace")||(_2I=="topleft")){
return _6I(path,target);
}
else if(_2I=="window"){
return _7I(path,"idb588c394",1024,768,false);
}
}
}
var path=_1I;
if(true){
path+=window.location.hash+window.location.search;
}
if(_3I=="inplace"){
if(navigator.appName.indexOf("Netscape")!=-1){
window.setTimeout("window.location.replace('"+path+"');",100);
}
else{
window.location.replace(path);
}
return window;
}
else if(_3I=="window"){
return window.open(path,"idb588c394","directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}
return window;
}
function _5I(path,id){
return window.open(path,id,"fullscreen=yes,status=no,scrollbars=yes,left=0,top=0"+",width="+window.screen.availWidth+",height="+window.screen.availHeight);
}
function _6I(path,target){
target.location.replace(path);
return window;
}
function _7I(path,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=_8I(path,"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=_8I(path,"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(path,(window.name.indexOf("bootstrap")!=-1)?"":id,"status=no"+left+top+",width="+width+",height="+height+",scrollbars="+(scroll?"yes":"no"));
}
function _9I(url){
var i=url.indexOf(_ZI);
if(i==-1){
i=url.indexOf(_0I);
}
return i;
}
function _4I(url,__I,_2I){
var path;
var i=_9I(url);
if(i==-1){
path="./"+__I+"/"+_ZI;
}
else{
path=url.substring(0,i)+__I+"/"+url.substring(i);
}
path+=((path.indexOf("?")==-1)?"?":"&")+"dhtmlActivation="+_2I;
return path;
}
function _8I(url,_aJ){
var param;
if(url==""){
var _bJ=location.search.substring(1);
}
else{
_cJ=url.lastIndexOf("?");
_bJ=(_cJ==-1)?"":url.substring(_cJ+1,url.length);
}
if(_bJ!=""){
var _dJ=_bJ.split("&");
for(var i=0;i<_dJ.length;i++)
{
param=_dJ[i].split("=");
if(param[0]==_aJ){
return param[1];
}
}
}
return"";
}
_XI[_XI.length]="ie7";
_YI[_YI.length]=function(){
if(navigator.appName=="Microsoft Internet Explorer"){
var _eJ=navigator.platform;
if(_eJ&&_eJ.indexOf("Win32")>-1){
var _fJ=navigator.appVersion.indexOf("MSIE ");
return((_fJ>-1)&&(parseFloat(navigator.appVersion.substring(_fJ+5))>=7.0));
}
}
return false;
};
_XI[_XI.length]="safari3";
_YI[_YI.length]=function(){
if(navigator.platform!="iPhone"&&navigator.platform!="iPod"){
var _hJ=navigator.appVersion.match("\\bAppleWebKit\\/(\\d*)");
return _hJ?_hJ[1]>=420:false;
}
return false;
};
_XI[_XI.length]="iphone";
_YI[_YI.length]=function(){
if(navigator.platform=="iPhone"||navigator.platform=="iPod"){
var _hJ=navigator.appVersion.match("\\bAppleWebKit\\/(\\d*)");
return _hJ?_hJ[1]>=420:false;
}
return false;
};
_XI[_XI.length]="firefox3";
_YI[_YI.length]=function(){
if((navigator.appName=="Netscape")&&(parseFloat(navigator.appVersion)>=5)){
var _gJ=navigator.userAgent.match("\\brv:(\\d\\.\\d)");
return _gJ?parseFloat(_gJ[1])>=1.9:false;
}
return false;
};

