function paginate(this_page){
	document.powerform.this_page.value = this_page;
	document.powerform.submit();
}

function getdetail(endeca_id){
	document.powerform.powersubmitted.value = 0;
	document.powerform.modelsubmitted.value = 1;
	document.powerform.endeca_id.value = endeca_id;
	document.powerform.submit();
}
