<!--
function sortgallery(GalleryCat)
{
	intGalleryCat = GalleryCat.options[GalleryCat.selectedIndex].value;	
	parent.location = "/index.asp?Section=/gallery/index&Doc=/gallery/index&GalleryCatID=" + intGalleryCat + "&Type=DB&Charset=Big5"
}
// -->