function phpSG_Dropdown(){
	window.location = '?sect=gallery&sort=' + document.phpSG.sortOrd.options[document.phpSG.sortOrd.selectedIndex].value + "&perPage=" + document.phpSG.perPage.options[document.phpSG.perPage.selectedIndex].value + "&album=" + document.phpSG.album.value;
}