<!--
ie=(document.all) ? true : false;
function ShowLayer(LayerName) {
eval('document.all["'+LayerName+'"].style.visibility="visible"');
}
function HiLa(LayerName) {
eval('document.all["'+LayerName+'"].style.visibility="hidden"');
}
function HiA(j) { eval("ShowLayer('m"+j+"')"); HideAll(j); }
function HideAll(j){
for(i=1;i<=5;i++){
if(i!=j)
eval("HiLa('m"+i+"')");
}}
function init(){
document.all['m4'].style.pixelLeft=(document.body.clientWidth-343)
document.all['m5'].style.pixelLeft=(document.body.clientWidth-185)
window.onresize=init;
}
//-->
