function Common()
{
}
Common.ShowProgramSummary=function()
{
	var win=window.open("/dg/incentive_programs/incentiveTableWin.asp","summary","height=620px,width=850px,menubar=no,titlebar=no,scrollbars=yes,resizable=yes");
	win.focus();
}
Common.ShowDialog=function(url)
{
	var win=window.open("/dg/_CommonLib/Dialog.asp?url=" + url,"dlgDG","height=450px,width=600px,menubar=no,titlebar=no,scrollbars=yes,resizable=yes");
	//var win=window.open(url,"definition","height=450px,width=600px,menubar=no,titlebar=no,scrollbars=yes,resizable=yes");
	win.focus();
}

