function viewAdd(cid)
{
	str = "viewAdd.php?cid="+cid;
	$.get(str);
}

