var newPopWin = '';

function openPopupWinMPClip(strPageName)
		{
			if ( !newPopWin.closed && newPopWin.location )
				newPopWin.close();

			newPopWin = window.open( strPageName,'newwin','left=20,top=20,width=690,height=570,scrollbars=yes' );
			setTimeout( 'newPopWin.focus()', 250 );
		}


function openBracketPopup( strPageName )
		{
			if ( !newPopWin.closed && newPopWin.location )
				newPopWin.close();

			newPopWin = window.open( strPageName,'newwin','left=20,top=20,width=505,height=605,scrollbars=no' );
			setTimeout( 'newPopWin.focus()', 250 );
		}
		
function openSendMeInfo( strPageName )
		{
			if ( !newPopWin.closed && newPopWin.location )
				newPopWin.close();

			newPopWin = window.open( strPageName,'newwin','left=20,top=20,width=690,height=700,scrollbars=no' );
			setTimeout( 'newPopWin.focus()', 250 );
		}

function openPresentationPopUp( strPageName )
		{
			if ( !newPopWin.closed && newPopWin.location )
				newPopWin.close();

			newPopWin = window.open( strPageName,'newwin','left=10,top=10,width=1045,height=790,scrollbars=no' );
			setTimeout( 'newPopWin.focus()', 250 );
		}

function openSEPresentationPopUp( strPageName )
		{
			if ( !newPopWin.closed && newPopWin.location )
				newPopWin.close();

			newPopWin = window.open( strPageName,'newwin','left=20,top=20,width=500,height=410,scrollbars=no' );
			setTimeout( 'newPopWin.focus()', 250 );
		}

function openPopUp_475x400( strPageName )
		{
			if ( !newPopWin.closed && newPopWin.location )
				newPopWin.close();

			newPopWin = window.open( strPageName,'newwin','left=20,top=20,width=475,height=400,scrollbars=no' );
			setTimeout( 'newPopWin.focus()', 250 );
		}

function openPopUp_505x700( strPageName )
		{
			if ( !newPopWin.closed && newPopWin.location )
				newPopWin.close();

			newPopWin = window.open( strPageName,'newwin','left=20,top=20,width=505,height=700,scrollbars=no' );
			setTimeout( 'newPopWin.focus()', 250 );
		}

function openPopUp_820x630( strPageName )
		{
			if ( !newPopWin.closed && newPopWin.location )
				newPopWin.close();

			newPopWin = window.open( strPageName,'newwin','left=20,top=20,width=820,height=630,scrollbars=no' );
			setTimeout( 'newPopWin.focus()', 250 );
		}


