function ShowRecentDeggree()
{
	//window.open('Tips/CredentialTips.aspx','CredentialTips','dialogWidth:250px;dialogHeight:300px');
	window.open('Tips/RecentDeggree.aspx','CredentialTips','status=no, resizable=no, scrollbars=no, toolbar=no, location=no, menubar=no,left=100,top=100,minimize=true,height = 450, width = 464');
} 

function ShowCareerObjective()
{
	window.open('Tips/CareerObjective.aspx','CredentialTips','status=no, resizable=no, scrollbars=yes, toolbar=no, location=no, menubar=no,left=100,top=20,minimize=true,height = 620, width = 720');
}

