var myOpen=function(hash){ 
	hash.w.show(); 
	if ($('#cat_id_bottom')){
		$('#cat_id_bottom').hide(); // ie6 fix
		$('#sort').hide(); // ie6 fix
	}
}; 
var myClose=function(hash) { 
	hash.w.hide(); 
	hash.o.remove(); 
	if ($('#cat_id_bottom')){
		$('#cat_id_bottom').show(); // ie6 fix
		$('#sort').show(); // ie6 fix
	}
};