function sortProduct(current_url){
	var w2 = document.frm.sortby.selectedIndex;
	var add1 = document.frm.sortby.options[w2].value;
   	window.location.href = current_url + add1 ;	
}
