

function WT_Paginas(){
      
	this.carregaPags = function(){
	
		this.total = 32;
		this.paginas = 3;
		
				document.write("<a href='?gal=Panoramico&pag="+1+"'>"+1+"</a> | ");
			
				document.write("<a href='?gal=Panoramico&pag="+2+"'>"+2+"</a> | ");
			
				document.write("<a href='?gal=Panoramico&pag="+3+"'>"+3+"</a> | ");
			
	}	
	
}
