function selColorSjaals()
{	
	var objItem = document.frmSearchBox.selectColor.options[document.frmSearchBox.selectColor.selectedIndex].value;
	location = objItem;
}
