function movr(src,color)
{
	src.style.cursor = 'default';
	src.bgColor = color;
}
function mout(src,color)
{
	src.style.cursor = 'default';
	src.bgColor = color;
}
function imprimir()
{
	window.print();
	window.history.back();
}
function cambiar_contrasena()
{
	var izq = (screen.width - 200) / 2;
	var arr = (screen.height - 200) / 2;
	window.open('cambiar_contrasenia.php','','dependent=yes,height=170,width=170,scrollbars=no,top='+arr+',left='+izq);
}
function cambiar_contrasenia_vendedor()
{
	var izq = (screen.width - 200) / 2;
	var arr = (screen.height - 200) / 2;
	window.open('cambiar_contrasenia_vendedor.php','','dependent=yes,height=170,width=170,scrollbars=no,top='+arr+',left='+izq);
}
