var presWin = null;

function openPresentation()
{
	if ( presWin )
	{
		presWin.close();
	}
	presWin = window.open( "presentation.htm", "", "status=0,toolbar=0,menubar=0,location=0,directories=0,scrollbars=0,height=540,width=720" );
}

