function physicianDirectory()
{
       window.open('../physicianDirectory.asp','physdir','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=630,height=560');
}

function popMembersTutorial()
{
	window.open('../redir/093002_tutorial.asp','membersTutorial','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=no,copyhistory=no,width=800,height=600');
}

function openDemo()
{
	card = window.open('../flash/groupdemo/index.html', 'demo', 'width=700,height=500');
}

function doNothing()
{

}