function gotoPage(PageName, RecordID){
	window.location.href=PageName + "?id=" + RecordID;
}

