function more() {
            welcome = new Image();
            welcome.src = "images/search2.gif";
            welcome2 = new Image();
            welcome2.src = "images/place2.gif";
        gif='images/see-more.gif';
        gif2='images/see-more2.gif';
        gif3='images/expand.gif';
        gif4='images/expand2.gif';
        gif5='images/expand.gif';
        gif6='images/expand2.gif';}
function eval_(object){if(document.getElementById)return document.getElementById(object); if(document.all)return eval('document.all.'+object); return false;}
function toggle(objid){f=1;try{o=new Enumerator(objid);}catch(e){f=0;}if(f){s=o.item().style.display=="none"?"":"none";do{o.item().style.display=s;o.moveNext();}while(!o.atEnd());}else{objid.style.display=objid.style.display=="none"?"":"none";}}
function mlit(target,action){target.style.background=action?"#F1F4F5":"#FFFFFF";}
function toggleOne(object){
        if(!(obj=eval_(object)))return false;
        if(!obj.style)return false;
        if(obj.style.display=="none")obj.style.display="";
        else obj.style.display="none";
}
function togglePlus(object){
        if(object=="link"){
        object2='link2';
        if(!(img=eval_(object+'_bullet')))return false;
        if(!(img2=eval_(object2+'_bullet')))return false;
        if(!(obj=eval_(object2)))return false;
        if(!obj.style)return false;
        obj.style.display="none";
        if(!(obj=eval_(object)))return false;
        if(!obj.style)return false;
                obj.style.display="";
                img.style.cursor="";
                img.src='images/place2.gif';
                img2.style.cursor="hand";
                img2.src='images/search2.gif';}

if(object=="link2"){
        object2='link';
        if(!(img=eval_(object+'_bullet')))return false;
        if(!(img2=eval_(object2+'_bullet')))return false;
        if(!(obj=eval_(object2)))return false;
        if(!obj.style)return false;
        obj.style.display="none";
        if(!(obj=eval_(object)))return false;
        if(!obj.style)return false;
                obj.style.display="";
                img.style.cursor="";
                img.src='images/search.gif';
                img2.style.cursor="hand";
                img2.src='images/place.gif';}

}
