var _HG=[];
var _IG=[];
var _JG="index.html";
var _KG="INDEX~1.HTM";
var _LG="./unsupported/index.html";
function default_bootstrap(url){
bootstrap(url,"window","inplace",document);
}
function public_bootstrap(url,_MG,_NG,target){
bootstrap(url,_MG,_NG,target);
}
function bootstrap(url,_MG,_NG,target){
bootstrapInternal(url,_MG,_NG,target);
var p=window.parent;
if(p){
if(p.sendBootstrapNotification){
p.setTimeout("sendBootstrapNotification()",100);
}
}
}
function bootstrapInternal(url,_MG,_NG,target){
for(var i=0;i<_IG.length;i++)
{
if(_IG[i]()){
var _OG=_PG(url,_HG[i],_MG);
if(_MG=="fullscreen"){
return _QG(_OG,"id33155f");
}
else if((_MG=="inplace")||(_MG=="topleft")){
return _RG(_OG,target);
}
else if(_MG=="window"){
return _SG(_OG,"id33155f",1016,692,false);
}
}
}
var _OG=_LG;
if(true){
_OG+=window.location.hash+window.location.search;
}
if(_NG=="inplace"){
if(navigator.appName.indexOf("Netscape")!=-1){
window.setTimeout("window.location.replace('"+_OG+"');",100);
}
else{
window.location.replace(_OG);
}
return window;
}
else if(_NG=="window"){
return window.open(_OG,"id33155f","directories=no,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no");
}
return window;
}
function _QG(_OG,id){
return window.open(_OG,id,"fullscreen=yes,status=no,scrollbars=yes,left=0,top=0"+",width="+window.screen.availWidth+",height="+window.screen.availHeight);
}
function _RG(_OG,target){
target.location.replace(_OG);
return window;
}
function _SG(_OG,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=_TG(_OG,"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=_TG(_OG,"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(_OG,(window.name.indexOf("bootstrap")!=-1)?"":id,"status=no"+left+top+",width="+width+",height="+height+",scrollbars="+(scroll?"yes":"no"));
}
function _UG(url){
var i=url.indexOf(_JG);
if(i==-1){
i=url.indexOf(_KG);
}
return i;
}
function _PG(url,_VG,_MG){
var _OG;
var i=_UG(url);
if(i==-1){
_OG="./"+_VG+"/"+_JG;
}
else{
_OG=url.substring(0,i)+_VG+"/"+url.substring(i);
}
_OG+=((_OG.indexOf("?")==-1)?"?":"&")+"dhtmlActivation="+_MG;
return _OG;
}
function _TG(url,_WG){
var param;
if(url==""){
var _XG=location.search.substring(1);
}
else{
_YG=url.lastIndexOf("?");
_XG=(_YG==-1)?"":url.substring(_YG+1,url.length);
}
if(_XG!=""){
var _ZG=_XG.split("&");
for(var i=0;i<_ZG.length;i++)
{
param=_ZG[i].split("=");
if(param[0]==_WG){
return param[1];
}
}
}
return"";
}
_HG[_HG.length]="ie7";
_IG[_IG.length]=function(){
if(navigator.appName=="Microsoft Internet Explorer"){
var _0G=navigator.platform;
if(_0G&&_0G.indexOf("Win32")>-1){
var _1G=navigator.appVersion.indexOf("MSIE ");
return((_1G>-1)&&(parseFloat(navigator.appVersion.substring(_1G+5))>=7.0));
}
}
return false;
};
_HG[_HG.length]="ns7";
_IG[_IG.length]=function(){
if((navigator.appName=="Netscape")&&(parseFloat(navigator.appVersion)>=5)){
var _2G=navigator.userAgent.match("\\brv:(\\d\\.\\d)");
return _2G?parseFloat(_2G[1])>=1.5:false;
}
return false;
};
_HG[_HG.length]="safari3";
_IG[_IG.length]=function(){
if(navigator.platform!="iPhone"&&navigator.platform!="iPod"){
var _3G=navigator.appVersion.match("\\bAppleWebKit\\/(\\d*)");
return _3G?_3G[1]>=420:false;
}
return false;
};
_HG[_HG.length]="iphone";
_IG[_IG.length]=function(){
if(navigator.platform=="iPhone"||navigator.platform=="iPod"){
var _3G=navigator.appVersion.match("\\bAppleWebKit\\/(\\d*)");
return _3G?_3G[1]>=420:false;
}
return false;
};
_HG[_HG.length]="ie6";
_IG[_IG.length]=function(){
if(navigator.appName=="Microsoft Internet Explorer"){
var _0G=navigator.platform;
if(_0G&&_0G.indexOf("Win32")>-1){
var _1G=navigator.appVersion.indexOf("MSIE ");
return(((_1G>-1)&&(((parseFloat(navigator.appVersion.substring(_1G+5))>=5.5)&&(navigator.appMinorVersion.indexOf("SP")>-1))||(parseFloat(navigator.appVersion.substring(_1G+5))>5.5))));
}
}
return false;
};

