
glob_pagina	= 1;

function pagina(div,controller,pag)	{

	if (pag == 100)	{
		
	}
	
	try 	{
		alert (document.getElementById(div + "____" + pag).className);
	}
	catch(err)	{
	}


	
/*	if (document.getElementById(div + "_" + pag).className == "current")	{
		document.getElementById(div + "_" + pag).className = "not_current";
	}
	else	{
		document.getElementById(div + "_" + pag).className = "current";
	}
*/
	
}


