/*** Helper Functions ***/
function onMOrMsg(msg)
{
	window.status = msg;
	return true;
}

function getSubCats(id)
{
	document.location.href = "sh_dir_details.asp?cat_id=" + id;
}

function getItems(id, pid)
{
	document.location.href = "sh_items.asp?cat_id="+ pid +"&sub_cat_id=" + id;
}
/*** End of Helper Functions ***/
