function confirmDelete(name)
{	return confirm("Click OK to delete " + name);}function TipBalloon(text){	Tip(text, BALLOON, true, ABOVE, true, WIDTH, 150, CENTERMOUSE, true);}function TipTable(text, titletext){	Tip(text, TITLE, titletext, WIDTH, 400, CLICKCLOSE, false, STICKY, true, FOLLOWMOUSE, false, CLOSEBTN, true, CENTERMOUSE, true, ABOVE, true, TITLEBGCOLOR, '#3b3b3c', BGCOLOR, '#181818', BORDERCOLOR, '#3b3b3c');}