function GoThere() {
if(document.Category.GoWhere.selectedIndex == 0)  location ='';
        else if(document.Category.GoWhere.selectedIndex == 1)  location ='cords.html';
	else if(document.Category.GoWhere.selectedIndex	== 2)	location ='cords.html#enhanced';
	else if(document.Category.GoWhere.selectedIndex	== 3)	location ='cable.html';
	else if(document.Category.GoWhere.selectedIndex	== 4)	location ='keystone.html#jacks';
	else if(document.Category.GoWhere.selectedIndex	== 5)	location ='keystone.html#inserts';
	else if(document.Category.GoWhere.selectedIndex	== 6)	location ='keystone.html#surface';
	else if(document.Category.GoWhere.selectedIndex	== 7)	location ='keystone.html#wall';
	else if(document.Category.GoWhere.selectedIndex	== 8)	location ='patchpanel.html';
	else if(document.Category.GoWhere.selectedIndex	== 9)	location ='patchpanel.html#brackets';
	else if(document.Category.GoWhere.selectedIndex	== 10)	location ='tools.html';
	 }

