/* 	
================================================================== 
- Go to another place and view css when browser support JS
- Component select page for navigation grid
- Navigation filtering
================================================================== 
*/
function go(){
	with (document.post) {
		PageNo.value = parseInt(page.value);
		if (parseInt(page.value) > 0) {
			submit(); 
			return true;
		}
	}
}

function propinsikk(){
	with (document.post) {
		PageNo.value = 1;
		Prop.value = parseInt(propinsi.value);
		if (parseInt(propinsi.value) > 0) {			
			submit(); 
			return true;
		}
	}
}

function kategorisearch(filter){
	with (document.post) {
		PageNo.value = 1;		
		indexfilter.value = parseInt(indexfilter_field.value);			
		if (parseInt(indexfilter_field.value) > 0) {			
			submit(); 
			return true;
		}
	}
}

function alatkelengkapan(idi){
	with (document.post2) {
		PageNo2.value = 1;
		id.value   = idi;
		Alat.value = parseInt(kelengkapan.value);
		if (parseInt(kelengkapan.value) > 0) {			
			submit(); 
			return true;
		}
	}
}

function categorynotulensi(){
	with (document.post) {
		//PageNo2.value = 1;
		category.value = parseInt(cat_notulensi.value);
		if (parseInt(cat_notulensi.value) > 0) {			
			submit(); 
			return true;
		}
	}
}

