function sortPartner()
{
	var agen=document.form_sort.sortAgen.value;
	var kota=document.form_sort.sortKota.value;
	
	if(kota == 'null'){
		location.href="?cPath=partner&agen=" + document.form_sort.sortAgen.value + "&kota=" + document.form_sort.sortKota.value;
	}else if(kota != ''){
		location.href="?cPath=partner&agen=" + document.form_sort.sortAgen.value + "&kota=" + document.form_sort.sortKota.value;
	}
}

function sortoutlet()
{
	var kota=document.form_sort.sortKota.value;
	location.href="?cPath=outlet&kota=" + document.form_sort.sortKota.value;
}

