var $k2 = jQuery.noConflict();
$k2(document).ready(function() {
	$k2().piroBox_ext({
	piro_speed : 700,
		bg_alpha : 0.5,
		piro_scroll : true // pirobox always positioned at the center of the page
	});
});

var tottot = -1;
function toggleMsg(){
   tottot = tottot*-1;      
   objtoggle = document.getElementById('togglelegend');
	if(tottot*1==1){ 
		objtoggle.src="down2.gif"; 		
	} else {
		objtoggle.src="up2.gif"; 
	}	
	var $j0x = jQuery.noConflict(); $j0x('#togglegallery').toggle('fast', function() { });
}
