function edit(PageID)
{
var a = confirm("You can edit this page only if all these are true:\n\n1.You have a valid GRCC login\n2.You have system authority to edit this page.\n3.You are the administrator of this page.\n\nDo you want to continue?");
if (a == true)
 { location.href="webbuilder/SignOn.cfm?PageID="+PageID; }
}

