// JavaScript Document

function search(link){
	with(window.document.form1){
	if(isEmpty(txtnbu,'Please select your Category')){return}
	else
	{
	window.location.href='?view=result&search=' +txtnbu.options[txtnbu.selectedIndex].value +'&link='+link+'#details';
	}
	}
}