function changeGal(galName)
{
	
	var loc = "picLibrary.php?galName="+galName
	
	parent.picGallery.location = loc
}

