﻿<!--
// selecting from the dropdown menus
function design_select()
{
	box = document.forms["selectCategory"].graphic_list;
	destination = box.options[box.selectedIndex].value;
	if (destination) location.href = destination;
}
//-->