var _F9=new Array();
var _G9=new Array();
var _H9="index.html";
var _I9="INDEX~1.HTM";
var _J9="./unsupported/index.html";
function default_bootstrap(url){
bootstrap(url,"fullscreen","inplace",document);
}
function public_bootstrap(url,_K9,_L9,target){
bootstrap(url,_K9,_L9,target);
}
function bootstrap(url,_K9,_L9,target){
bootstrapInternal(url,_K9,_L9,target);
var p=window.parent;
if(p){
if(p.sendBootsrapNotification){
p.sendBootsrapNotification();
}
}
}
function bootstrapInternal(url,_K9,_L9,target){
for(var i=0;i<_G9.length;i++)
{
if(_G9[i]&&navigator.javaEnabled()){
var _M9=_N9(url,_F9[i],_K9);
if(_K9=="fullscreen")return _O9(_M9,"id3ff7df16");
else if((_K9=="inplace")||(_K9=="topleft"))return _P9(_M9,target);
else if(_K9=="window")return _Q9(_M9,"id3ff7df16",1004,768,false);
}
}
var _M9=_J9;
if(true)_M9+=window.location.hash+window.location.search;
if(_L9=="inplace"){
if(navigator.appName.indexOf("Netscape")!=-1)window.setTimeout("window.location.replace('"+_M9+"');",100);
else window.location.replace(_M9);
return window;
}
else if(_L9=="window"){
return window.open(_M9,"id3ff7df16","directories=no,location=no,menubar=no,resizable=yes,"+"scrollbars=yes,status=no,toolbar=no");
}
return window;
}
function _O9(_M9,id){
return window.open(_M9,id,"fullscreen=yes,status=no,scrollbars=yes,left=0,top=0"+",width="+window.screen.availWidth+",height="+window.screen.availHeight);
}
function _P9(_M9,target){
target.location.replace(_M9);
return window;
}
function _Q9(_M9,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=_R9(_M9,"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=_R9(_M9,"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(_M9,(window.name.indexOf("bootstrap")!=-1)?"":id,"status=no"+left+top+",width="+width+",height="+height+",scrollbars="+(scroll?"yes":"no"));
}
function _S9(url){
var i=url.indexOf(_H9);
if(i==-1)i=url.indexOf(_I9);
return i;
}
function _N9(url,_T9,_K9){
var _M9;
var i=_S9(url);
if(i==-1)_M9="./"+_T9+"/"+_H9;
else _M9=url.substring(0,i)+_T9+"/"+url.substring(i);
_M9+=((_M9.indexOf("?")==-1)?"?":"&")+"dhtmlActivation="+_K9;
return _M9;
}
function _R9(url,_U9){
var _V9;
if(url=="")var _W9=location.search.substring(1);
else {
_X9=url.lastIndexOf("?");
_W9=(_X9==-1)?"":url.substring(_X9+1,url.length);
}
if(_W9!=""){
var _Y9=_W9.split("&");
for(var i=0;i<_Y9.length;i++)
{
_V9=_Y9[i].split("=");
if(_V9[0]==_U9)return _V9[1];
}
}
return"";
}
_F9[_F9.length]="ie5";
_G9[_G9.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) && (navigator.appMinorVersion.indexOf("SP")>-1)) ||(parseFloat(navigator.appVersion.substring(index+5))>5.0))));
