// JavaScript Document
function view_album(album_name)
{
	alert(navigator.appName)
	location.replace("album.php?album="+album_name);
}