

function crd_pag()
	SetMaterial( 'crd_pag', 0 , "", 255 , 0, 0, 0 );
	SetPos( 'crd_pag', 0 , 0, 0);
	SetDim( 'crd_pag', 0 , 1024, 1024);
	AddArea( 'crd_pag', "credits" );

	GUISetVisible( 'crd_pag', 0 ); 
end

