function view(num,list) {
//alert(list);
	document.catpage.showml.value = num; 
	document.catpage.list.value   = list; 
	document.catpage.submit();
}