function boton(which){
if (document.all||document.getElementById){
	which.className='boton'     
}
}

function botoff(which){
if (document.all||document.getElementById){
	which.className='botoff'    
}
}

function boton2(which){
if (document.all||document.getElementById){
	which.className='boton2'     
}
}

function botoff2(which){
if (document.all||document.getElementById){
	which.className='botoff2'    
}
}

function boton3(which){
if (document.all||document.getElementById){
	which.className='boton3'     
}
}

function botoff3(which){
if (document.all||document.getElementById){
	which.className='botoff3'    
}
}

function botoffx(which){
if (document.all||document.getElementById){
	which.className='botoffx'    
}
}

function openAct2(page) {
	  var mylocation = page;
	  win1=window.open("","","scrollbars");
	  win1.location=mylocation;
	win1.resizeTo(550,500);
        win1.moveTo(200,170);
    }

