function redirtoalbum()
{
	var stxt = document.getElementById('albumselect').value;
	
	if(stxt != "")
	{
		location.href = "container.php?fun=emangallery&catid="+stxt;
	}
}

$(document).ready(function(){
	$('#photos').galleryView({
		panel_width: 600,
		panel_height: 300,
		frame_width: 100,
		frame_height: 100
	});
});// JavaScript Document
