function ResizeHandler1() {history.go(0);window.onresize=null} // or...	location=self.location;
// Position
//AV_getWindowArea sv 5.0 (r+f) - Copyright © AndyVision 2002
var AV_W,AV_H,Max_W;
function AV_getWindowArea() {
 if (self.innerWidth) {AV_W=innerWidth; AV_H=innerHeight;}
 else if (document.documentElement && document.documentElement.clientWidth) {AV_W=document.documentElement.clientWidth; AV_H=document.documentElement.clientHeight;}
 else if (document.body) {AV_W=document.body.clientWidth; AV_H=document.body.clientHeight;}
	Max_W=AV_W; if (AV_W>1018) Max_W=1018
}
//write the #content height into a CSS style
AV_getWindowArea()
var StyleUpdate='<style type="text/css">\n'
StyleUpdate +='#bodyLyrH{height:'+(AV_H-220)+'px}\n#bodyLyr{height:'+(AV_H-168)+'px}\n'
StyleUpdate +='#contentH{height:'+(AV_H-220-20)+'px;width:'+Max_W+'px}\n#intLeft,#contentI1,#contentI2{height:'+(AV_H-168-20)+'px}\n#contentI1,#contentI2{width:'+(Max_W-271)+'px}\n'
StyleUpdate +='#bottomH{top:'+(AV_H-220-20)+'px}\n#bottom{top:'+(AV_H-168-20)+'px}\n'
StyleUpdate +='</style>'
document.write(StyleUpdate)
window.onresize=ResizeHandler1
// Core functions
function MM_findObj(n, d) { //v4.01
 var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
  d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
 if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
 for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
 if(!x && d.getElementById) x=d.getElementById(n); return x;
}
// Properties
function P7_autoLayers() { //v1.4 by PVII
 var g,b,k,f,args=P7_autoLayers.arguments;a=parseInt(args[0]);if(isNaN(a))a=0;
 if(!document.p7setc){p7c=new Array();document.p7setc=true;for(var u=0;u<10;u++){
 p7c[u]=new Array();}}for(k=0;k<p7c[a].length;k++){if((g=MM_findObj(p7c[a][k]))!=null){
 b=(document.layers)?g:g.style;b.visibility="hidden";}}for(k=1;k<args.length;k++){
 if((g=MM_findObj(args[k]))!=null){b=(document.layers)?g:g.style;b.visibility="visible";f=false;
 for(var j=0;j<p7c[a].length;j++){if(args[k]==p7c[a][j]) {f=true;}}
 if(!f){p7c[a][p7c[a].length++]=args[k];}}}
}
// Misc
function AV_cookieSet(name,value,days) { //sv 4.0 - Copyright © AndyVision 2004
 if (days) {var date=new Date();date.setTime(date.getTime()+(days*24*60*60*1000));var expires="; expires="+date.toGMTString();}
 else expires="";
 document.cookie = name+"="+value+expires+"; path=/";
}
function AV_cookieGet(name) { //sv 4.0 - Copyright © AndyVision 2003
 var nameEQ=name+"="; var ca=document.cookie.split(';');
 for(var i=0;i<ca.length;i++) { var c=ca[i];
  while (c.charAt(0)==' ') c=c.substring(1,c.length);
  if (c.indexOf(nameEQ)==0) return c.substring(nameEQ.length,c.length);
 } return null;
}
//RemoveDot(all) sv 5.0 (r+f)
function RemoveDot() {
 for (a in document.links) document.links[a].onfocus = document.links[a].blur;
} if (document.all) {document.onmousedown = RemoveDot;}
//get coolie options (font)
// AV_setStyle v 4.0: read cookie and write the link to the selected stylesheet - Copyright © AndyVision 2002
var CookieCSSname=AV_cookieGet('UsrFont');
if (CookieCSSname=='' || CookieCSSname==null) CookieCSSname='fonts';
document.write('<link rel="stylesheet" type="text/css" href="../lib/'+CookieCSSname+'.css" />\n');