function gosrstop()
{
if (document.searchdisplaynoresultsformtop.itemsonpagetop.options[document.searchdisplaynoresultsformtop.itemsonpagetop.selectedIndex].value != "none")
	{
location = document.searchdisplaynoresultsformtop.itemsonpagetop.options[document.searchdisplaynoresultsformtop.itemsonpagetop.selectedIndex].value
	}
}
function gosrsbottom()
{
if (document.searchdisplaynoresultsformbottom.itemsonpagebottom.options[document.searchdisplaynoresultsformbottom.itemsonpagebottom.selectedIndex].value != "none")
	{
location = document.searchdisplaynoresultsformbottom.itemsonpagebottom.options[document.searchdisplaynoresultsformbottom.itemsonpagebottom.selectedIndex].value
	}
}

function goordertop()
{
if (document.searchdisplayorderformtop.itemsonpagetop.options[document.searchdisplayorderformtop.itemsonpagetop.selectedIndex].value != "none")
	{
location = document.searchdisplayorderformtop.itemsonpagetop.options[document.searchdisplayorderformtop.itemsonpagetop.selectedIndex].value
	}
}
function goorderbottom()
{
if (document.searchdisplayorderformbottom.itemsonpagebottom.options[document.searchdisplayorderformbottom.itemsonpagebottom.selectedIndex].value != "none")
	{
location = document.searchdisplayorderformbottom.itemsonpagebottom.options[document.searchdisplayorderformbottom.itemsonpagebottom.selectedIndex].value
	}
}

