function showContentListById(zoneId){
	var objForm = document.forms('viewForm');
	objForm.hidZoneId.value = zoneId;
	objForm.action = "/content.php/op/showContentListById";
	objForm.submit();
}