/*
+----------------------------------------------------------------------
|   JavaScript / Galeria dinamica de fotos
|   ========================================
|   @developer  Jose Zanni
|   @copyleft (L) 2006  Crear Imagen
|
|   ========================================
|   @Web http://www.crearimagen.com
|   @Email info@crearimagen.com
+-----------------------------------------------------------------------
*/
/*
function imgZoom( url )
{
	document.getElementById("IDimgZoom").src=url;
}

function imgZoomLink( url )
{
	document.getElementById("IDimgZoom").src=url;
	document.getElementById("IDaZoom").href=url;
}
*/

function rollover( id, color, cursor )
{
	document.getElementById(id).style.backgroundColor=color;
	document.getElementById(id).style.cursor=cursor;
}


function redirect( url )
{
	window.location=url;
}




//
// Cambio del orden en el listado
//
function ordenar()
{
	document.id_opciones.submit();
}