function onClick_Boton(URL)
{
	document.form1.method='post';
	document.form1.action=URL;
	document.form1.submit();
}

function CambiaBoton(x,Boton){
	if (x==1){Boton.className='boton1';}
	if (x==2){Boton.className='boton2';}
}
